Countdown timer
I've just followed tshirtbooth timer tut but I need a countdown timer I've done a search but couldn't find anything anyone seen a demo or tut or know how to make the timer
Thanks
Thanks
Comments
So every 1 second, Game Countdown will reduce by 1.
Then when it gets to 0 make a new rule...When Game.Countdown = 0; (do whatever it is you want to do.)
If you want to display that number on screen simply make a new actor called Game.Countdown, drag a "Display Text" behavious into the actor and select Game.Countdown from the drop down list.