QML - Create Your Own Adventure

Name Topic Used in Type
before States process value
The state will be processed before the text is displayed.
This attribute is deprecated.

This is the default value for this attribute. (If you take away attribute and value, it will have the same effect.)

Sample:
<text>You destroyed the jewel.</text>
<state name="destroyed Jewel" process="before"/>
<choice station="room2">Leave the room</choice>