can anyone help me here. if the master got the "The map is your own now" the other guild there will warpout how can i do that?
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 $roser$, strcharinfo(3);
mes "This Map is your own now";
close;
L_cant:
mes "This Map is your own ok";
close;
L_c2:
mes "Other Player Configuring it";
close;
L_not_gm:
mes "Only Gms";
close;
L_warp:
if ($roser$ != strcharinfo(3))
set carac,0;
warpguild "Phantasia",0,0,getcharid(2);
close;
}
bump!
bump!