Newbie question about exits

lazzah
22 Dec 2013, 13:26
Hi all,

Complete newbie here. If I have a location where there are three "scenery" exits (N, S & W) that the player cannot use, how do I print a message such as "You think about about going that way but decide it is too far to walk." when the player tries to go in any of these directions?

Thanks.

Entropic Pen
22 Dec 2013, 16:37
Here's how:

1) Check the box labeled "Run a script (instead of moving the player automatically)"

2) In the "Script to run" panel click "Add new script" and select "print a message"

3) Put whatever you want in the message.

4) ???

5) Profit.

lazzah
22 Dec 2013, 19:10
Thanks for your help. Now sorted.