I use oneshot timers a lot in my scripting. Telling me when mobs repop, when it's safe to log out, things like that.
Being who I am, I was wondering if there was a way to make a timer that when there was 5 seconds left would output a count down?
Say it's a 2 minute timer, I'd like some kind of warning that the timer is about to finish.
Without having to do multiple timers to cound down the last 5 seconds, which would make for 6 timers.
Being who I am, I was wondering if there was a way to make a timer that when there was 5 seconds left would output a count down?
Say it's a 2 minute timer, I'd like some kind of warning that the timer is about to finish.
Without having to do multiple timers to cound down the last 5 seconds, which would make for 6 timers.