The following is a list of all available features and their respective code inputs.

<aside> đź’ˇ Working in Visual Editor? No need to worry about any coding!

</aside>

Suggested Order

[Conditional]
SPEAKER
(Emotion)
<#Style>
Text
[Grants]

Basics

Command Syntax Example
Paragraph The chicken crossed the road
Dialogue ANNA
Stop thief!

Stage Directions ( )

| Emotion | BOBBY (Angry) Did you see the chicken? | | --- | --- | | Act | What choice to take?

FX | (fx: fire_short) (fx: fire_short -on) (fx: fire_short -off) (fx: fire_short -fin) (fx: fire_short -queue) (fx: fire_short -tap) (fx: fire_short -wait) (fx: fire_short -loop) | | Enter | (enter: ANNA, enter: BOBBY) (enter: ANNA -show, enter: BOBBY -show) | | Exit | (exit: ANNA, exit: BOBBY) (exit: ANNA -show, exit: BOBBY -show) | | Custom Enter/Exit | (enter: ANNA, enter: BOBBY) Anna and Bobby arrive comfortably late | | Player Voice | (player: ANNA) | |

Queue | ANNA <#excited> (queue) It’s like we can finish each others’ sen-

BOBBY Sandwiches! | | Location | (location: BEACH) (location: BEACH, banner: BEACH) (location: LAST_LOCATION -alias) | | Wipe | (wipe) | | Beat | (fx: vfx_beat -queue) | | End Episode | (end) | | Playstyle | (playstyle: THE_CHAMPION) | | Show/Hide Relationship | [set: CHARACTER.visual SHOW.all] [set: CHARACTER.visual SHOW.basic] [set: CHARACTER.visual SHOW.none] | | Show/Hide Variable | [set: VAR.visual SHOW.all] [set: VAR.visual SHOW.hud] [set: VAR.visual SHOW.none] | | Change Character Look | [set: PAUL.look.current PAUL.look.formal] |

Styling

| Style Line | <#comic> This is how you win at this game | | --- | --- | | Bold | <b>bold</b> | | Italic | <i>italic</i> | | Color | This is <color=#00ff00>Green</color> This is <color="red">Red</color> | | Highlight | This is <mark=#ffff00aa>Highlight this text</mark> | | Underline | <u>underline</u> | | Strikethrough | <s>strikethrough</s> | | Superscript | <sup>superscript</sup> | | Subscript | <sub>subscript</sub> | | Alignment | <align="right">Right <align="center"&gtCenter <align="left">Left | | Size | <size=80%>All text to follow is at 80% size | | Lowercase | <lowercase>lowercase everything in here</lowercase> | | Uppercase | <uppercase>uppercase everything in here</uppercase> | | Transparent | <alpha=#CC>Different levels of<alpha=#AA> alpha | |

Empty Lines | Lines

stuck

together | | No Break | <nobr></nobr> | | Character Spacing | Check the <cspace=1em>wide spacing</cspace>and here's some <cspace=-0.5em>narrow spacing</cspace> | | Emoji | <sprite="Emojis" name="smiling"> | | Font | <font="Roboto"></font> |

Logic / Inventory [ ]

| Give | [give: GOLD] [give: GOLD 5] [give: GOLD 15 : You got TONS of gold] | | --- | --- | | Take | [take: GOLD] [take: GOLD 5] [take: GOLD 15 : You lost EVERYTHING] | |

Set | [set: GOLD] [set: GOLD 5] [set: WEALTH 100 : You start a new life on the countryside] [set: BOB 5 -loadout] [set: BOB.nickname "Bobby"] [set: LANNISTER.leader TYWIN] [set: BEST_FRIEND TOM] | | Inherit | [inherit: PLAYER MAGE] | | Clone | [clone: WEAPON SWORD] | | Cost | [cost: GOLD] [cost: GOLD 5] | | Premium Choice | [premium: uniqueName][cost: $gem 10] | | If | [if: KILLED_DRAGON] [if: GOLD >= 5] [if: BOBBY >= SMILE]

Choice example

Choice example

Substitution { }

| Text Substitution | [set: PLAYER "Bob"] I'm named {PLAYER} after my father. | | --- | --- | |

Gender Pronouns | {ID.he} he, she, ze {ID.him} him, her, zir {ID.his} his, her, zir {ID.hers} his, hers, zirs {ID.himself} himself, herself, zirself {ID.sibling} brother, sister, sibling {ID.guy} guy, girl, person {ID.guys} guys, girls, people |