If user says "Where am I" + The room is dark = Print message

BuddhaXD
28 Mar 2018, 01:28

Greetings, 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:53

The following assumes you are using the downloaded version, not the online one. If you are using the online one... consider using the offline one. =)

  1. Go to your dark room.
  2. Add a command to the dark room.
  3. 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!!
  4. Add a new script here too.
  5. 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:34

Yes, that did the trick. Thank you so much!