I have a variable that I need to reset, but not until after it is used to fire my sub-events. Is there a way to have the top level event run an action only after all of it's sub-events have completed instead of running before them?
Develop games in your browser. Powerful, performant & highly capable.
There's no way to do that. Just add a blank subevent with the action you want to run after your other subevents.