Problem: In my game I have a newspaper. I want to read the newspaper and when I get to Page 3 a map is going to appear.
Answer:
I have set up a room with a newspaper and a hidden room where the map is:
I don’t need to make the newspaper a container (although you can do)
I go to Verbs menu and click the + Add sign and make a “Read” verb
Next I select Run a script instead of Print Message
I then add in some messages to make the game a bit more interesting (notice I use the After xxx seconds run script command to make it more interesting)
When I get to Page 4 I add in my message and use a Move script to move the map to the room:
Then I add in another message but change it to an expression by clicking the drop down:
I then type in the expression: “There is a “ + ObjectLink ( Map ) +” in the newspaper.”
This puts in the object in the message as a hyperlink (like when you open a container to see what is inside. The object name is in the ( )
Next I go to the Object Tab and Display Verbs.
I click the + Add button and add in “Read” to go in the drop down so I can “Read” the newspaper
When I run the game, this happens:
The Map object is clickable and you can Take it or add a description etc.
To make your game more exciting you could give people a choice when they get to Page 4 using an IF function and Yes/No answer box (see other helpsheet eg)