I need help making a timer that resets

So I am making a game to where you have the escape an Insane Asylum and I need to make a timer that resets every 3 minutes (180 seconds)

Use a trigger clock.
Trigger (wired to) trigger that’s wired to the first trigger
Each trigger’s delay is 1 sec
Or you could use wire repeaters, if you don’t need blocks.
Then, when the counter reaches it’s target, it broadcasts on a channel that it receives itself to reset counter.

wait, what’s the trigger’s delay limit?

1 Like

this is my solution
image
repeater set to every 1 sec and counter was target 180

ok, I found out that the longest time a trigger delay can be is 120 seconds, so if you have a trigger set to trigger another trigger with the first one having a 120-second delay, and the second one having a 60-second delay. then the second one can activate something that resets the timer

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.