Hello,
Can someone help me to edit this script to only count 1 hour and 20 minutes then refresh again to 1 hour and 20 minutes:
because I have an event that starts every 1 hour and 20 minutes.
prontera,150,150,5 script HourTimer 111,{
OnInit:
while( .@a != 1 ){
delwaitingroom;
waitingroom ""+gettimestr( "%H:%M:%S %p",15),0;
sleep 1000;
}
end;
}