QML - Create Your Own Adventure

Name Topic Used in Type
exclusive Station process value
Station (including text and choices) will completely replace the other station.
Sample:
<include check="[player met dog]" process="exclusive">
   <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>