I play on a mud called Rebirth of Arda, and they have tick's every 60 seconds. I was wondering if anyone has anything that would let me know 10 seconds before the tick happens. A timer/trigger combo, or anything of that nature. Thanks.
Please Help!
Posted by XxSaintxX on Thu 14 Oct 2004 02:46 PM — 3 posts, 12,992 views.
Would setting a timer for 50 seconds work? Then enable it as soon as the tick happens?
You'd need to set up a timer, and a trigger.
A timer, time 1 minute, offset 10 seconds.
And world note, or whatever you want to do.
A trigger to match on the tick, that resets the timer (to account for server lag, or whatever).
All the trigger does is resynch the timer with the tick, when you log in, or if the server lags (not latency, but the server slowing down).
A timer, time 1 minute, offset 10 seconds.
And world note, or whatever you want to do.
A trigger to match on the tick, that resets the timer (to account for server lag, or whatever).
All the trigger does is resynch the timer with the tick, when you log in, or if the server lags (not latency, but the server slowing down).