<br>
– Line BreakThe <br>
tag inserts a manual line break into a paragraph. It functions similarly to <br>
in HTML, separating content with a new line without starting a new paragraph.
<br>
There are no parameters or attributes for this tag.
Use <br>
when you want to:
\n
) in the rendered output.You drink the potion. <br> It tastes of bitter herbs.
Will appear in-game as:
You drink the potion.
It tastes of bitter herbs.
<br>
when a full paragraph split would be clearer.<if>
, <dice>
, etc.<b>
– Bold formatting.<i>
– Inventory/shop tag.<if>
– Conditional branching logic.