How to share events between scenes

Hi to all guys, I have a simple but enigmatic question, how do you handle the same events on different scenes?

For example I have a prototype scene where I develop all the events and prototype the game elements.

Now I create like 20 different levels, I made an edit on the prototype scene events, and I have to upgrade manually all the other scenes, how do you deal with it? How do you keep every scene updated to the core one?

Is this possibile?

I know there is the possibility to create a single behaviour with multiple custom functions, but I don’t think this is the correct way, I’ve seen the global object but the events are scene-related.

Thanks in advance

You can take a look on advanced events, with right click → Add other → Link
External event are your events, you can include it in scenes, with this Link.
http://wiki.compilgames.net/doku.php/gdevelop5/events/link#link_events

2 Likes

2 Likes

That’s cool, thanks mate, I’ll try it out

Thanks dude! I’ll try this!