Using the Text Adventure to make a Gamebook

Abstractliving
20 Mar 2017, 02:14

I want to use the features included with a Text Adventure so that I can have certain variables and better control of the environment in general, but I hit a roadblock pretty early.

Either the links are broken or I'm just silly, but I can't figure out how to put a hyperlink to another room at the bottom of the page. I don't like the exits displayed on top, and I want it to appear like a gamebook would (With choice text than links to the next decision). To clarify, how do I display a choice (I took away the command bar) that will move the player from one room to another?

I'm very bad at text comprehension so visuals would be very appreciated.


XanMag
20 Mar 2017, 02:19

Are you using Pixie's library?

https://textadventures.co.uk/forum/samples/topic/4772/how-to-make-a-text-adventure-look-like-a-gamebook


Abstractliving
20 Mar 2017, 02:42

Nope because I'm new to the website. Thanks a ton for this!


DarkLizerd
20 Mar 2017, 02:45

In the UI, Game, Room Descriptions tab,
There is a Room description layout section.
You can control the order the objects are displayed...
(or hidden if set to "0")

Is that want you are asking?


Silver
20 Mar 2017, 06:17

The way to do this is to write a command that moves the player to another room then use the text processor to display the command as a clickable link.

{command:command:text}

Would be

{command:whateveryoucalledit:go east}