Skip to content

Commit

Permalink
Add Information about Prefix/Suffix on Characters (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Nov 11, 2024
1 parent f5e251e commit 41668b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions documentation/characters-and-portraits.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ The character resource has a number of settings:
- **Sound Moods:**
  *A sound mood is a folder of sounds, and a random one is played for each letter these characters say. You can have different sound moods for different portraits.*

#### 1.5 Text Prefix & Suffix

Applying specific text segments before and after a spoken text by the character allows you to add quotation marks or rich tags.
If you issue the player [multiple times to advance within a single Text Event](text-effects.md#effect-new-event), each message part will appear with Prefix and Suffix.

- **Prefix:**
*Text that appears before character text via the Text Event.*

- **Suffix:**
*Text that appears after character text via the Text Event.*

```admonish info
Custom tags do not make rich tags work automatically.
Your Dialogic Style is responsible to support Rich Tags in the Text Box.
By default, Dialogic's own Style Layers support Rich Tags in the Text Box.
```
---

## 2. Portrait list
Expand Down

0 comments on commit 41668b1

Please sign in to comment.