|
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Tue Jun 10, 2003 9:14 am
A matter of timeing |
I have an alarm trigger that subtracts from a variable @time1 every second
I want to display in my status window
the time in minutes and seconds
5:00 as opposed to 300 and count down
4:59 instead of 299 can anyone write me a script for that?
Technology is my friend. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Jun 10, 2003 12:36 pm |
#STATUS {%eval(@time1/60):%if(%eval(@time160) < 10, "0")%eval(@time160)}
Kjata |
|
|
|
|
|