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().
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().






