- script AFK -1,{ OnPCLoginEvent: initnpctimer; while(1) { if (checkvending()||checkchatting()) { stopnpctimer; set @stop,1; } else if (@stop&&!checkvending()&&!checkchatting()) initnpctimer; sleep2 10000; } OnTimer1800000: set #CASHPOINTS,#CASHPOINTS+1; setnpctimer 0; end; }