QML - Create Your Own Adventure

Name Topic Used in Type
value States state attribute
States can be either true or false, but "value" doesn't have to be explicitly set unless you want the value to be false.
Sample:
<text>You drop the Rubin Sword.</text>
<state name="has Rubin Sword" value="false" />
<choice station="exitRoom">You exit the room</choice>