QML - Create Your Own Adventure

Name Topic Used in Type
normal Text type value
This inserts a normal line break into the displayed text.

This is the default value for this attribute. (If you take away attribute and value, it will have the same effect.)

Sample:
<text>
   This room is...<break type="normal"/>
   empty.
</text>

<choice station="back">Back</choice>