-    script    OnlineReward#1    -1,{   //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end;     OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1) {     dispbottom "The rewards has stopped because you were vending . Please relog if you wish to start again.";     stopnpctimer;     end; }   OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 1 && (strcharinfo(3) == "prontera" || strcharinfo(3) == "p
    • Like
    2