viewing paste Unknown #14442 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
prontera,102,128,6  script  Guildo#guildmaker::guildmaker   653,{
function English;
function Guild;
    if ( #language == 1 ) English;
    mes "Gilden Name eingeben!";
    Guild;
    close;
 
English:
    mes "Please Enter a guild Name!";
    Guild;
    end;
 
Guild:
    input .@name$;
    atcommand "@guild "+.@name$+"";
    end;  
}
Viewed 589 times, submitted by Normynator.