ssod

Tag Documentation: <br> – Line Break

The <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.


🧩 Syntax

<br>

There are no parameters or attributes for this tag.


📚 Purpose

Use <br> when you want to:


🎮 In-Game Behaviour


📘 Example

You drink the potion. <br> It tastes of bitter herbs.

Will appear in-game as:

You drink the potion.
It tastes of bitter herbs.

📝 Tips for Authors