viewing paste in-game clock display | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11
prontera,155,171,5  script  Sample  757,{
end;
 
OnInit:
while( 1 ){
    delwaitingroom;
    waitingroom ""+gettimestr( "%H:%M:%S %p",21 ),0;
    sleep 1000;
}
end;
}
Viewed 1224 times, submitted by Emistry.