Events at start of game

I can’t find how to create events for start of game, that is before the first scene. Is there a way? If not do I just need to make an opening scene and attach my initialising events to it before proceeding to the main game. Thanks.

You need a scene to create events. Create a new scene, then create a new event with the condition “At the beginning of the scene”. The action for this event (and it’s sub events) will be the run when the scene fires up.

Thanks for the quick reply