A countdown timer where you can set the initial timer, when it reaches zero, it will reset the number of times you enter. You can also set it to reduce each reset by a certain amount of time. We use it to play games where the next step has less time to complete their task, and so on until it reaches its last reset. We use this for a game where people exchange tablets between rounds, as the rounds go, the next person has less time to solve the previous persons clue. This is meant to be used primarily on a phone, that's why it's crammed over to the left. We set it to a few minutes, the default 10 seconds you see here are just so others get an idea what's happening.
This works simple enough for our games but I need to fix on its last reset from also playing the reset alarm again. <-- fixed that. Second iteration: made it so you just need to enter the default units once and not every you wanted to start the timer. Took out some blocks no longer used.