Actually, I don't want a typed description, the description will be default depending on where the player saves. Anyway, I have the saving part of this down. The only part that's a problem is finding out if there are saved files already er... in existance.
I didn't explain it very well to begin with, so sorry for that. I was really hoping nobody had replied to this because 5 minutes after I turned the net off, I realised my thinking was flawed
For some reason, I was thinking that once text had been set in the game, it would stay like that next time by default. Blame hours and hours of scripting beforehand frying my brain.
So, I guess my new concern is whether I can see if a saved file exists, and if it's possible to read certain variables from them. If it's possible, I'd like to have a couple of variables like time elapsed and level (save game specific stuff, anyway) displayed at the start of the game.
EDIT: Actually, I was thinking, if that sort of thing is too difficult...
Would it be possible to, at the time of saving a game, write the variables I want displayed to a seperate file that's pulled up every time this save game dialogue is pulled up? I'm sorry if the answer to this is obvious from the manual, but all the File functions are very new to me.
I didn't explain it very well to begin with, so sorry for that. I was really hoping nobody had replied to this because 5 minutes after I turned the net off, I realised my thinking was flawed

So, I guess my new concern is whether I can see if a saved file exists, and if it's possible to read certain variables from them. If it's possible, I'd like to have a couple of variables like time elapsed and level (save game specific stuff, anyway) displayed at the start of the game.
EDIT: Actually, I was thinking, if that sort of thing is too difficult...
Would it be possible to, at the time of saving a game, write the variables I want displayed to a seperate file that's pulled up every time this save game dialogue is pulled up? I'm sorry if the answer to this is obvious from the manual, but all the File functions are very new to me.