Is there a way to change to a specific scene variable from another scene?

I’m making a game that ideally will go back and forth between two scenes but each time a different scene variable with some slight differences. Is there an action to go to a specific scene variable in a different scene or do I need to make a different scene for each variable?

So far I have only used the change to scene action but that just goes back to the first scene variable.

1 Like

Use Global Variables, and Storage to save the data, and later recover that data from Storage.
https://editor.gdevelop-app.com/?project=example://save-load

2 Likes