Countdown Timer
Helllooo All 
I was wondering, How do I make a Countdown timer in a descending order?
Thanks
I was wondering, How do I make a Countdown timer in a descending order?
Thanks
Comments
Then when you start the game, have a rule if attribute timer is > 0, every 1 second change attribute timer to timer-1
Then to reset it just change the timer attribute back to whatever you set it at.