- script Sample -1,{ OnPCLoginEvent: if( ( agitcheck() || agitcheck2() ) && getgmlevel() > 0 && getgmlevel() < 90 ){ mes "It's woe time now...No GM are allowed to Login."; for( set .@i,10; .@i > 0; set .@i,.@i - 1 ){ message strcharinfo(0),"You will be kicked out within "+.@i+" Seconds."; sleep2 1000; } atcommand "@kick "+strcharinfo(0); } end; }