ssod

Tag Documentation: <b> / </b> – Bold Text Formatting

The <b> and </b> tags are used to apply bold formatting to text within game paragraphs.


🧩 Syntax

<b>Text to be bolded</b>

🎯 Purpose

These tags are used to emphasise specific words or phrases within game text. They affect visual display only and do not influence game logic.


⚙️ Behaviour in Parser

Note: </b> does not increment the word count.


📘 Example

<b> Danger! </b> You sense something moving in the shadows...

This will display as:

Danger! You sense something moving in the shadows…


⚠️ Notes