mulambo
Member
Minor problem, I guess, afterall in games like Tomb Raider 3 there was a moment when player lost everything, but I noticed while testing my game that, after I made the player switch to another with "skipselect" in levels.txt, the highscore and number of lives resetted.
Example:
both during the level with truck and the level with tim characters, the highscore goes back to 0 and number of lives goes back to the default (5) which is stated in the levels.txt.
Is there a way to keep them during all the mission ?
Example:
Code:
skipselect truck
file data/levels/ffight1/stage3a1.txt
skipselect tim
file data/levels/ffight1/stage3b.txt
Is there a way to keep them during all the mission ?