>>717999494
I give it a strict prompt to follow for the HUD then I use regex to wrap it with tags.

Here is the regex:
```
/(\w+): Health: (\d+\/\d+) \| Stamina: (\d+\/\d+) \| Fatigue: (\d+\/\d+) \| Condition: (([^\n]+))/gis

Replaces it with:
$1: Health: $2 | Stamina: $3 | Fatigue: $4 | Condition: $5
```
Not sure if codeblocks work on /v/.. Otherwise for the dialogue i use simple span element for it.
>«TEXT»
Though you do need to edit the script.js file in SillyTavern/public folder to remove your preference of quotes from being auto-colored by ST itself. So it's mostly just regex to find and add style elements to it, saves me some time and token on generation, plus less chance of models fucking it up.