Save Game

Hi.
How can i save a game to a .txt file on computer, and how can i lood back that file :question:
Thanks.

There is an example of this function named “save and load”

You can do the same and copy to a .txt file ALL important informations like :
-The position of your character and his equipment for an adventure game
-The best score and the nickname for an arcade game
-The position of each units for a strategy game

And when you load the file, you ask all the variables and modify the game with. (Put TextFileVariable.Money in SceneVariable.Money …)

Thanks for replay.