Reply to Re: &savegameinfo
If you don't have an account, just leave the password field blank.
: : i am puzzled. how does &savegameinfo in a choice statement work? i dont follow... i want to get the game info for a saved game for a say command. is this possible? like... say("&savegameinfo",1); cept that that doesnt work.
: You may insert variables into say(), but they are local or global variables, which are numbers.
: &savegame and &buttoninfo are specific, internal variables of dink engine. They aren't numbers.
: You can't use them except in choice().
thats what i figured... and that sucks. i wish there were a way to store &savegameinfo into an integer variable or something... but i figured it should work for other things than in a choice statement.
: You may insert variables into say(), but they are local or global variables, which are numbers.
: &savegame and &buttoninfo are specific, internal variables of dink engine. They aren't numbers.
: You can't use them except in choice().
thats what i figured... and that sucks. i wish there were a way to store &savegameinfo into an integer variable or something... but i figured it should work for other things than in a choice statement.






