Skip to content

Dialog Commands

tart1997 edited this page Aug 11, 2026 · 15 revisions

Visual Commands

Text Box breaker Commands

Normally when your creating dialog, if you put an extreme amount of text in a single ID without any implicit or manual line breaks, the Dialog system will insert some for you to make sure text always stays within the bounds of the dialog box.
These commands disable this, allowing for text to break out of the bounds of the box and keep running down the screen until you add an implicit or manual line break.

This command comes in 2 flavors

  • {vvv}
    Does exactly as previously described

  • {VVV}
    Does almost the same as the lowercase version, but also disables the text shrink that normally accompanies textboxes with 4 or more lines of text

It should be noted that, as of the time of writing, if you use these commands on a dialog ID with less text than needed to break out of the box, the lines of text will be offset from where they normally would render in an unintentional and buggy way.
I might fix this eventually, but I honestly don't think I ever will because why would use ever use this command on text that can't escape the box??

Clone this wiki locally