Hi,
In a game I'm working on, I use the Save/Load feature to return the player to previous stage when he dies.
The problem is that the number of lives left is stored in a variable that restarts to the previous value.
That way the lives value stays the same after each time.
How can I slove this?
Is there a when load is over condition?