I would like to print a stock help message to remind the player after the game is loaded from a save file. In Inform7, if I use check/carry out
with restoring the game
, the game prints a message that the restore failed.
to say help:
say "This is the HELP text for this game."
carry out restoring the game:
say help;
continue the action;