guild_war,117,154,5 script Machine 100,{
L_main:
if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm;
if ( carac == 1 ) goto L_cant;
set .@fcast,15;
progressbar "ffff00",.@fcast;
set carac,1;
set $@guild$, strcharinfo(2);
mes "This Map is your own now";
maprespawnguildid "guild_war",getcharid(2),2;
close;
L_cant:
mes "You Already have this";
close;
L_c2:
mes "Other Player Configuring it";
close;
L_not_gm:
mes "Only Gms";
close;
OnPCLoadMapEvent:
if( strcharinfo(3) == "Phantasia" ){
set carac,0;
end;
}
}
guild_war,113,152,4 script Sign Board 852,{
end;
OnInit:
waitingroom " [ "+$@guild$+" ]",0;
end;
}