Skip to content

Dialog Parameters

Change current parameters of the dialog box appearance and behavior.

It's reset to default values every time the player change a scene.

Syntax

dialog <offset, scale, padding, width, text_color, background_color, gap, letter_spacing, no_skip, auto_skip, manual_skip, bobbing> [%value1%] [%value2%]

Parameters and Descriptions

  • offset (float, float): Adjusts the x,y position of the dialog box from his initial position.

  • scale (float): Changes the size scale of the dialog box. Default is 1.

  • padding (float): Sets the padding inside the dialog box around the text.

  • width (int): Sets the width of the dialog box in pixels.

  • text_color (hex value): Changes the text color of the dialog box.

  • background_color (hex value): Changes the background color of the dialog box.

  • gap (float): Sets the gap between dialog texts.

  • letter_spacing (float): Adjusts spacing between letters.

  • no_skip (boolean): Makes the dialog impossible for the player to skip.

  • manual_skip (boolean): Makes the dialog skippable manually.

  • auto_skip (float): Automatically skips dialog after the given seconds once finished.

  • bobbing (float, float): Adds bobbing animation with speed and strength parameters.

Examples

  • dialog offset -1 0.7
  • dialog scale 1.3
  • dialog background_color K862J5
  • dialog bobbing 1.2 2.4
  • dialog no_skip
  • dialog auto_skip 2