[Solved] What does it mean when your "at beginning of scene" events won't run?

In one of my scenes, nothing works any more. None of the “at beginning of scene” events activate. What does this mean and how do I fix it?

Can you post an example. I’ve never seen that happen before. Are you using other conditions or just the at the beginning. Are you switching scenes?

I concur with @Keith_1357 - this sounds like something most unusual. Can you provide a screen snip of the events?

I figured it out. I had changed a variable in the game, rendering the old variable (now nonexistent) still referenced in the game. I have my game organized in event groups. I went group by group and disabled them until I found the offending group. Then I found and updated the old variable references. It worked!

2 Likes