QML - Create Your Own Adventure

Name Topic Used in Type
!-- Station station element
This will have QML ignore everything inbetween.
Sample:
<text>You open the treasure chest and find <!-- 10 silver coins --> 5 gold coins.
</text>

<!-- <number name="silver coins" value="+10"/>
--> <number name="gold" value="+5"/>
[...]