QML - Create Your Own Adventure

Name Topic Used in Type
name States state attribute
You can define a small text to name a state.
For example:
States are not case-sensitive.
Sample:
<text>You put the Rubin Sword into your pocket.</text>
<state name="has Rubin Sword" />
<choice station="exitRoom">You exit the room</choice>