- script Sample -1,{ OnInit: // GM Level Between 1 and 80 setarray .GMLevel,1,80; // Location set .Map$,"guild_va5"; setmapflag .Map$,mf_nocommand,80; end; OnPCLoginEvent: set .IDList$[ getarraysize( .IDList ) ],getcharid(0); if( getgmlevel() >= .GMLevel[0] && getgmlevel() <= .GMLevel[1] && ( agitcheck() || agitcheck2() ) warp .Map$,0,0; end; OnAgitStart: OnAgitStart2: for( set .@i,0; .@i < getarraysize( .IDList ); set .@i,.@i + 1 ) warpchar .Map$,0,0,.IDList[.@i]; end; OnAgitEnd: OnAgitEnd2: mapwarp .Map$,"prontera",155,181; end; }