#Why isn't my timer resetting?
2 messages · Page 1 of 1 (latest)
The issue in your code seems to be with how you handle the countdown logic and the main loop. The countdown variable becomes true when the player count reaches the required number, but your loop doesn't properly reset the countdown state after the countdown finishes. Additionally, there are a couple of issues with the loop structure.
Here's a revised version of your code: