Hi, can anyone help me with this ?.
In my game I use "save game" in certain areas of the map.
Then, when the player loses a life or continues the game the next day, then use "load" and allows to continue playing in a certain area.
The problem is that I do not know how to discount a life to the player since if I discount a life, then when I use "load" to continue in the last point saved, the lives are restored to that point and I get nothing.
Perhaps this helps the explanation:
You enter a new area of the game and you have 5 lives at that time.
The game is saved.
Later in that area you lose a life.
You discount that life and now you have 4 lives.
I charge the game to continue on the last saved item but then the lives are reset to 5 again!.