Adding a Time Limit

Anyone got any ideas - how i can add a 5 mins time limit to my game?
Also is there a way of making the game play for a maximum of 20 mins?

That’s easy, just make a global timer, then add another event with a condition to check if that timer is more than 5 minutes.
What do you mean on the 20 minutes part? Is it something the player can select? If so, you can make the timer a variable.

1 Like

I want the game to be playable in 4 x 5 mins blocks with a maximum of 20 mins overall

creating a timer that start count down from 5 min. and after reaching 0 it show the player their final score.
For 20min. repeat the same process.

1 Like