"At the beginning fo the scene"/Trigger once

Is it redundant to use “Trigger once” in addition to “At the beginning of the scene”?

No it’s not redundant!
The condition “At the beginning of the scene” is relative to the game, more precisely the all start of the current scene. All events of this part are exclusively executed once at the start of the scene of the game.
As “Trigger once” is relative to the current condition, not to the current scene.

1 Like

At the beginning of the scene will always trigger only once when switching to that scene no need for a trigger once in an event using the at beginning of the scene condition

1 Like

Thanks @arthuro555. I assumed so because the condition “at the beginning of the scene” can only be true once, but just wanted to make sure that’s how it worked. :slight_smile: