QML - Create Your Own Adventure

Name Topic Used in Type
in Station include element
Sets the station to which this station will be included.
Use the wildcard character "*" at the beginning, end, or both sides of the string (or exclusively) to cover multiple (or all) stations at once.
Sample:
<include check="[player met dog]">
   <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>

Attributes: station