QML - Create Your Own Adventure

Station

A comment is used to describe a station, or put developer information, or a note for yourself in a station.
The include command makes it possible to include a single station in multiple other ones.
Sample:
<comment>Player gets the needed coins to bribe the guard later on.
</comment>
<text>You open the treasure chest and find 5 gold coins.
</text>

<number name="gold" value="+5"/>
[...]

Elements: comment | !-- | include | embed | table