ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Xclio on December 05, 2009, 10:39:50 AM

Title: Live Timer
Post by: Xclio on December 05, 2009, 10:39:50 AM
Is there anyway to add a live timer to the menu?  If not what is the best way to do as accurate of a timer as possible, I am assuming that adding a sub into my main loop will probably be the most efficient way if there isn't a real live timer option.
Title: Re: Live Timer
Post by: rana70 on December 05, 2009, 10:58:41 AM
Is there anyway to add a live timer to the menu?  If not what is the best way to do as accurate of a timer as possible, I am assuming that adding a sub into my main loop will probably be the most efficient way if there isn't a real live timer option.

Hi,
you are right there is no real timer....
I have done it like you said most times ...
Just call a SUB during your Main Loop that calculates the time and updates the display.

If you like to have a look .. check out my HHT script....

cu
Title: Re: Live Timer
Post by: Xclio on December 05, 2009, 12:16:27 PM
Alright, cool, that is what I thought, just wasn't real sure.