CtrlHi folks,
I created the splash page for my game (made for learning purpose only) where the player is choosing the character to play with.
Once we click o the character, the name of the player is stored in a Global Variable.
I would like to read that variable in the first Level of the game (the one which come after the splash page).
I managed to this including the Event Sheet of the splash page in the event sheet of the Level 1 but I'm ot sure this is the correct way to do that since the event sheet of the splash page, includes also sound and other Events I'm not interested in including in the level 1.
Is there a way to share a Variable across all the levels of the game without sharing the event sheet?