QML - Create Your Own Adventure

Name Topic Used in Type
after Station process value
Station (including text and choices) will be included after the other station.

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

Sample:
<include check="[player met dog]" process="after">
   <in station="house"/>
   <in station="woods*"/>
   <in station="castle*"/>
</include>
<text><break type="strong"/>The dog is by your side.
</text>

<choice station="petDog">Pet the dog</choice>