Links not showing as clickable?

I 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.

You 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.


Thanks for your help, I was quite stuck. I'll try those things now :)


K.V.

I 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!


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums