Ok I have 2 levels of a platformer made and a stage selection screen that works but here is the problem.
I have a door in my game and when the main player collides with the door I have the code
Player on collide with door...... System wait 0.5
System Save game to slot "GameSave"
System add 1 to Win1 ( my variable to unlock the next level)
System Go to level select
Now on my stage selection screen I have this code to load the save
System On load complete.....System load game from slot "GameSave"
Where should I put the save code and the load code for it to work correctly.