Dialogue Box
Dialogue boxes allow you to make it appear as if a character is talking, through the use of character portraits and color in the dialogue box.
Character Portraits
You can use a character portrait in the dialogue box by starting a line with [Character Name]:
and then writing the text.
Each portrait additionally has a set of expressions that allow for variations. For example, Paige_Happy
and Samurai_jammin
can be used as portraits.
Open to view list of portraits
Character Portrait | Character Name |
---|---|
Adog | |
Barista | |
Beat | |
Bodybuilder | |
Boy | |
BoyRaya | |
BoyTangzhuang | |
Buro | |
Clef | |
Cockatiel | |
ColeGuitar | |
ColeSynth | |
Controller | |
Edega | |
Farmer | |
FarmerAlternate | |
Girl | |
GirlCNY | |
HoodieBoy | |
HoodieBoyAlternate | |
HoodieBoyBlue | |
Ian | |
IanBubble | |
Kanye | |
Lucia | |
Marija | |
Miner | |
MrsStevendog | |
MrsStevenson | |
MrStevendog | |
MrStevenson | |
NicoleCigs | |
NicoleCoffee | |
NicoleMints | |
None | |
Oriole | |
Owl | |
Paige | |
Parrot | |
Politician | |
Purritician | |
Quaver | |
Rin | |
Rodney | |
Samurai | |
SamuraiBlue | |
SamuraiBoss | |
SamuraiBossAlt | |
SamuraiGirl | |
SamuraiGreen | |
SamuraiPirate | |
SamuraiYellow | |
SmokinBarista | |
Tentacle | |
Treble | |
Wren |
Events
Dialogue boxes let you change the speed and color of the text through various events.
[vslow]
- Makes the text very slow.
[slow]
- Makes the text slow.
[normal]
- Returns the text to default speed.
[fast]
- Makes the text fast.
[vfast]
- Makes the text very fast.
[shout]
- Flashes the screen and makes the text even faster than [vfast]
.
[#]
- Waits # seconds.
[flash]
- Flashes the screen.
[volume = 100]
- Sets the sound volume for the following text. The default is 100.
[pitch = 100]
- Sets the sound tone pitch for the following text. The default is 100.
[pitchRange = 3]
- Sets the sound tone variation range. The default is 3.
[shake]
- Shakes the text following the tag.
[shakeRadius=X]
- If neighboring a [shake]
tag, sets the shake distance.
[wave]
- Makes the text wavy.
[waveHeight=Y]
[waveSpeed=X]
[swirl]
- Swirls the text in a circular motion.
[swirlRadius=Y]
[swirlSpeed=X]
[static]
- Prevents any of the preceeding movement tags from affecting the text following this tag.
<color=#RRGGBBAA>
- Changes the color of the text, and opacity. Needs to be followed by a </color>
tag.
Examples
HoodieBoy:hey this text is <color=#ff0000>red</color> and this is <color=#0000ff>blue</color>.
[slow] this is a slow text [vfast] now i'm talking really fast. Now let's wait 5 seconds and a half [5.5]. Ok! I'm done.