QML - Create Your Own Adventure

Name Topic Used in Type
comment Station station element
A comment regarding the station, to be put at the beginning of a station.
It's developer information which won't be seen by the player.
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"/>
[...]