<b>
/ </b>
– Bold Text FormattingThe <b>
and </b>
tags are used to apply bold formatting to text within game paragraphs.
<b>Text to be bolded</b>
<b>
begins a bold segment.</b>
ends the bold segment.**
are injected into the output stream by the parser.These tags are used to emphasise specific words or phrases within game text. They affect visual display only and do not influence game logic.
<b>
or </b>
is encountered:
**
to start or stop bold formatting.<b>
is processed (used for paragraph analysis).Note: </b>
does not increment the word count.
<b> Danger! </b> You sense something moving in the shadows...
This will display as:
Danger! You sense something moving in the shadows…
<b>
tag has a matching </b>
tag to avoid formatting issues.<br>
– Line break<i>
(italic formatting, if supported separately in your system)