Archetype Saber Posted January 17, 2014 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted January 17, 2014 an NPC that Display the current time of the sever with a format of HR/MIN/SECtime ticking every seconds. I think there is something to do with LOOP. err. Quote Link to comment Share on other sites More sharing options...
Patskie Posted January 17, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 minutes ago Share Posted January 17, 2014 prontera,150,150,0 script Timer 100,{ OnInit: while (1) { delwaitingroom; waitingroom ""+gettimestr("%H:%M:%S", 10)+"",0; sleep 1000; } end; } 2 Quote Link to comment Share on other sites More sharing options...
Question
Archetype Saber
an NPC that Display the current time of the sever with a format of HR/MIN/SEC
time ticking every seconds. I think there is something to do with LOOP. err.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.