I created some "wait" actions during a round, but the events trigger after the round ends. Is there a way to end all "wait" actions? I have tried "stop all timers", but that did not work on my wait triggers.
Develop games in your browser. Powerful, performant & highly capable.
No, you should use Timer behavior instead of "wait". You can pause and stop timers if needed.