Ok I know how to save and load 1 variable from a file, but when it comes to loading multiple variables, I get confused. And all the articles I've found using Google and on here haven't helped too much.
For example I want to save the player's name (strName), which level they're on (intLevel), and which cheats are available (bolCheats(9), a true-false array). Please help me out.
Also it saves the file to (app.path & "\levels\" & strName & ".txt") and when it loads it opens to the folder (app.path & "\levels") then you select the file from a basic file seeker application which I can make myself.
Also I promise this is the last question I'll ask for a long while :P this is the last thing I don't know/remember and need to know for my game, just please help me out with this final question?
For example I want to save the player's name (strName), which level they're on (intLevel), and which cheats are available (bolCheats(9), a true-false array). Please help me out.
Also it saves the file to (app.path & "\levels\" & strName & ".txt") and when it loads it opens to the folder (app.path & "\levels") then you select the file from a basic file seeker application which I can make myself.
Also I promise this is the last question I'll ask for a long while :P this is the last thing I don't know/remember and need to know for my game, just please help me out with this final question?
Comment