QML - Create Your Own Adventure

Name Topic Used in Type
choice Branching station element
A choice is a link to take the player to a new station.
You can use as many choices as you want, from none at all to a hundred or more. (Note that when you don't give a single choice, the game is over.)

Choice content can contain normal text formatting like <emphasis>...</emphasis>.

You can also use the choice attribute "area" to make a choice be part of an image-map link.
Sample:
<text>There are three exits. Where do you want to go?
</text>

<choice station="roomNorth">North</choice>
<choice station="roomSouth">South</choice>
<choice station="roomWest">West</choice>

Attributes: station | check | area | class