Disable showing of locked text when looking at an exit
oliverm
06 Mar 2017, 17:45Hi
Is it possible to disable the locked text appearing when the player looks at an exit?
I want to have the player look at the door and see something like "It's a door", but when they try the door during it's locked state, have them see "You can't leave yet, the door is locked". Or something.
During the locked state the player sees "It's a door. You can't leave yet the door is locked".
Should I be handling the "look" via a turn script or something, so that the default behaviour isn't triggered?
Olly
oliverm
06 Mar 2017, 17:58Righto. Found it by accident when fiddling on another object.
If you change the Look At drop down from text to script, and use a script to output the text, then the locked text isn't appended on.
Olly