2,051
edits
m (adding id's) |
m (→Other commands: adding agi256 note) |
||
Line 1,155: | Line 1,155: | ||
Note: make sure that at least one savegame is present when you call restore.game() or save.game() (that is, when saving a game too). | Note: make sure that at least one savegame is present when you call restore.game() or save.game() (that is, when saving a game too). | ||
Example: | <pre>Example: | ||
Line 1,161: | Line 1,161: | ||
unknown170(1); | unknown170(1); | ||
will automatically load the savegame named ``test''. | will automatically load the savegame named ``test''.</pre> | ||
Note: AGI256 uses this command | |||
unknown173(n) | unknown173(n) | ||
Line 1,178: | Line 1,180: | ||
<span id="Sample"></span> | <span id="Sample"></span> | ||
==Discussion of sample LOGIC code from KQ4== | ==Discussion of sample LOGIC code from KQ4== | ||
edits