Links not showing as clickable?
Tidal
17 Apr 2018, 00:47I am currently making a text adventure in which the player is in a canteen. I need the player to click on canteen so that they can choose "look around" or "sit down" but the canteen is not showing as a clickable. Sorry for newbiness and thanks in advance.

K.V.
17 Apr 2018, 01:12You could add an object with the alias "canteen" inside of the real canteen, then add those verbs ("look around" and "sit down") to the object. You'd have add a script to each verb to make things happen.
An easier thing to do is add this to the canteen's description:
You can {command:look:look around} or {command:sit:sit down}.
The first one will LOOK. The second will SIT.
Tidal
17 Apr 2018, 01:14Thanks for your help, I was quite stuck. I'll try those things now :)

K.V.
17 Apr 2018, 01:36I highly recommend the second option, especially if you're new to coding. The first suggestion will require some scripting.
If you can't get it working, or if you don't like it, just let us know.
We'll get you fixed up!