I'm making a shooter and have tried to set it up to use both the timer and a variable for timer based events, but both don't work when it comes to pausing via a modal layout.
The timer doesn't pause when using a modal layout, so that won't work. Neither does using a variable and 'trigger once' because the modal layout resets the events so after closing the modal layout, all the trigger once events activate again even when they shouldn't.
Are either of these bugs? It seems like they shouldn't work that way. Using timers, a whole bunch of the level will suddenly appear (whatever passed while it was paused) and using variables, the level up to that time appears at once. I can think of a clunky way around this that involves deactivating all the behaviors and sticking almost all of the events into a couple subevents, but it seems like they shouldn't work that way.