Infinite Timer
How can I make a timer that won't end. For example, to time a speed run?
-
Have it set as a variable.
A timer set to one second resets itself and pulses to a VarModifier to increase the variable by 1 for each completion.
Or can increase by 0.5 for every 0.5s, etc. -
Oh right. Not ideal... I was imagining you could just set the time limit to "Inifinity" or something.
So could you do something like, have a calculator take current_time + 1, and set the timer's max_time value with that? So it's always just ahead of the current_time?
Please sign in to leave a comment.