If user says "Where am I" + The room is dark = Print message
BuddhaXD
28 Mar 2018, 01:28Greetings, I am a total newbie to the quest engine. Was poking around with switches/ switchable objects/light source tabs and I cannot really find what I am looking for. What I do need is help with If the player types "Where am I" in One particular dark room. I want the end result to be displayed as a message. Example: "Dunno where I am. Cannot see a thing!"
XanMag
28 Mar 2018, 01:53The following assumes you are using the downloaded version, not the online one. If you are using the online one... consider using the offline one. =)
- Go to your dark room.
- Add a command to the dark room.
- In the box under command pattern, type the following: where am i?; where am i; where the hell am i; where the hell am i?; where be me?; where be me; where i be?; where i be
... or whatever you want the "game" to respond to. Make sure you use those semi-colons!! - Add a new script here too.
- Run whatever scripts you want to run. In your case, add a print message script and type your ""Dunno where I am. Cannot see a thing!" in there.
Let me know if that helps!
BuddhaXD
28 Mar 2018, 02:34Yes, that did the trick. Thank you so much!