Page 1 of 1

Saving notifications! :)

PostPosted: Mon Nov 01, 2010 2:26 pm
by lcl
So guys, look at this! :D

That saving system tells you things like:

- Successfully saved
- Successfully loaded
- File not found

It works by one simple variable called Saved. While saving, it writes into file that Saved = 1;
And in player's draw actor code there is Saved = 0;

And when you load game, if you've written file name right and game saved with the name you wrote,
it loads vars and then Saved = 1. But if you've written wrong or there is no file with the name you
wrote, Saved will be 0. And according to that, the game can tell you, is it possible to load game. :D :D

Simple but working logic, isn't it? :D :D

Re: Saving notifications! :)

PostPosted: Mon Nov 01, 2010 8:39 pm
by Camper1995
As I said, its pretty cool ! ;)

Re: Saving notifications! :)

PostPosted: Wed Nov 03, 2010 8:10 am
by lcl
Thanks dude! :wink: