-
can the time counter be reversed?
i.e be used as a countdown timer instead of a time counter. im not at my console now and im doodling ideas down. so, is it doable?
-
Re: can the time counter be reversed?
You can use any data source as a score in skill games. You could start one with a value of 1800 to represent 30 seconds * 60 ticks. Then each tick subtract 1. Divide the value by 60 to get countdown seconds. You could then have a generic condition filter to check for Less than/equal to 0 and set the True trigger to end the game.
-
Re: can the time counter be reversed?
lovely way of doing it mate, cheers.