1

I made a game, but I don't know how to make a save function. I just basically want to save a few variables and strings.
-XTTX

2

The easiest way to save data is to store them in global variables, but it's better if your game has is own directory (to avoid creating lots of variable in the "main" folder); you'll just have to read you variables when needed to load a game.

You can also push all your variables in a "data" file (see manual for help about "data" functions, like "NewData"), it's slower but you'll have only one file per savegame, instead of lots of small ones.
avatar
All right. Keep doing whatever it is you think you're doing.
------------------------------------------
Besoin d'aide sur le site ? Essayez par ici :)