Restore inform 7

when i save game then restore it says ok nothing else. I have to type look to see where i am. Is there away to have it show location when i restore?

You’ll need to edit the “response” for saving and restoring. A quick example:

The save the game rule response (B) is "[italic type]Ok, game saved.[roman type]".

You can put whatever message you want in between those quotes.

The restore the game rule response (B) is "[italic type]Game restored.[roman type][line break][RestoreGameMessage]".

To say RestoreGameMessage:
     silently try looking;

Same deal with that “to say” restore game message; the text between the quotes can be whatever you want. The final line (“silently try”…) of that tells it to print the room’s description.

edit: had some text redundancy and it was bugging me.

2 Likes

thank you.