QML - Create Your Own Adventure

Name Topic Used in Type
name Branching input attribute
You can assign user input to a string variable of this name. The default value is qmlInput.
Sample:
<text>
   "Do you know what I am?" she asks you.
   <break/>
   <emphasis>What do you answer?</emphasis>
</text>

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