Reply to Re: &savegameinfo
If you don't have an account, just leave the password field blank.
: : &savegameinfo is made to check existing savegames, you cannot use it to show the info of a savegame,
: no game_exist() does.
: : choice_start();
: : "&savegameinfo" this will show savegame 1
: : "&savegameinfo" this will show savegame 2
: : "&savegameinfo" this will show savegame 3
: : "&savegameinfo" this will show savegame 4
: : choice_end();
: doesnt that show the info of a savegame?
: : you can try: say("&savegameinfo", 1);
: i did. it does not work.
no, both do:
choice_start();
"&savegameinfo"
choice_end();
if the savegame 1, exists, then it will show the info, if it doesnt and you click on it, then it will say: try to load a existing savegame.
but when you select a existing savegame, it will check again and load it.
: no game_exist() does.
: : choice_start();
: : "&savegameinfo" this will show savegame 1
: : "&savegameinfo" this will show savegame 2
: : "&savegameinfo" this will show savegame 3
: : "&savegameinfo" this will show savegame 4
: : choice_end();
: doesnt that show the info of a savegame?
: : you can try: say("&savegameinfo", 1);
: i did. it does not work.
no, both do:
choice_start();
"&savegameinfo"
choice_end();
if the savegame 1, exists, then it will show the info, if it doesnt and you click on it, then it will say: try to load a existing savegame.
but when you select a existing savegame, it will check again and load it.






