Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
Is there a way to get a time from the timer? Like /time and it says "(time) left on the timer" It would be nice if it could be in seconds in the command instead of milliseconds but anything is fine for now. I already have the timer function set up
Posts: 194
Threads: 2
Joined: Mar 2012
Reputation:
0
There is no func for it now but i guess you could use another timer which repeats every second (var++ in it?)
and when just subtract the total time of the main timer - var to get the remaining time
Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
Well, i mean set a timer JUST to time.. if you know what im saying. Like the only function for this timer is to countdown and show you the time left of that timer.
Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
Ill test that when i get home :P thanks
Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
How about setting a TD that starts at X time and just counts down