Let’s say in scene 1 you have a “pause scene and start scene 2” . Then in scene 2 you go back to previous scene. I expected to return to the event just after the “pause scene and start scene 2” in scene 1. But I doesn’t seem to work this way. So where does it go back? Also same question if the “pause scene and start scene 2” is in the “at the beginning of the scene” block.
1 Like
An event sheets run is always brought to completion. When switching scenes, and that includes pausing a scene or returning to the previous one, the engine will switch to that scene only once it finished executing all the events for the current scene. Thus, when going back to the scene, it starts executing events from the start of the events sheets again, as it would for any frame of any scene.
4 Likes
thank you Arthuro-sensei!
edit: It doesn’t repeat the “at the beginning of the scene” block
1 Like
Solved