QML - Create Your Own Adventure

Name Topic Used in Type
text Text station element
This element holds the text information to a station. It will be displayed when the player arrives at the station.
Sample:
<text>You're in a dark room.</text>
<choice station="outsideRoom">Leave the room</choice>

Attributes: class | check