Skip to content

Dialog Commands

tart1997 edited this page Aug 12, 2026 · 15 revisions

Visual Commands

Text Box breaker

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 that text always stays within the bounds of the dialog box.
These commands disable this feature, allowing for text to break out of the bounds of the dialog box and keep running down the screen until it reaches 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 dialog box, the lines of text will be offset from where they would render normally in an unintentional way.
I might fix this eventually, but I honestly don't think I ever will because, to be frank, why would anyone ever use this command on text that can't escape the dialog box anyways??

Clone this wiki locally