-
Notifications
You must be signed in to change notification settings - Fork 2
TextTags
Autumn edited this page Jul 20, 2022
·
1 revision
Here is an (incomplete) list of all the text tags available.
Name |
{n} , {newline}
|
---|---|
Purpose | Replaces with a newline character. |
Name |
{h} /{/h} , {highlight} /{/highlight}
|
---|---|
Purpose | Replaces with open/close yellow color tags. |
Name | {$...} |
---|---|
Purpose | Replaces with the result of the expression after the $ character. |
Name |
{random optionA | optionB | optionC} , {rand optionA | optionB | optionC}
|
---|---|
Purpose | Replaces with a random choice from the given pipe | separated list of options. Will attempt to not repeat the same option twice in a row. |