Saving Data?
11clock
Member Posts: 450
I plan on having these kinds of data saved for my game so they won't be deleted next time the game runs:
-High Score
-Achievements
I am not sure how to save data for next time you run the game. Can someone help me?
-High Score
-Achievements
I am not sure how to save data for next time you run the game. Can someone help me?
Comments
then there is a load attribute for when you want to call up that info. (think of it like a global attribute that can be changed by the players actions and is saved between sessions). When you load it, input the same key