QML - Create Your Own Adventure

Name Topic Used in Type
station Branching input attribute
The station the user will be taken to, just like in a choice element.
Sample:
<text>
   "Do you know what I am?" she asks you.
   <break/>
   <emphasis>What do you answer?</emphasis>
</text>

<input station="unicorn answer">OK</input>
<choice station="back">You don't answer and leave</choice>