Saltar al contenido principal

Dialogue & Menus

Show a dialogue box at the bottom of the game screen. When text is shown the dialogue box will slide up from the bottom of the screen and will slide down after it has been shown.

Texto: Mostrar diálogo
Texto...
Avatar
Avatar 1
  • Avatar: The avatar image to optionally display on the left hand side of the dialogue box.

Display Menu

Display a menu of multiple options and set the specified variable to the value of the chosen option. Multiple layouts are provided, 'Menu' displays as a single column on the right hand side of the game screen and 'Dialogue' displays a full width dialogue box with two columns. You can optionally set the 'B' button to close the menu setting the variable to '0' and can also make the last menu item return '0' when selected.

Display Menu
Set Variable
$Variable0
Number of options
2
Set to '1' if
Item 1
Set to '2' if
Item 2
Last option sets to '0'
Set to '0' if 'B' is pressed
Layout
Dialogue
  • Set Variable: The variable to use.
  • Number of options: The number of options required.
  • Set to '1' if: The menu item text label which when selected will set variable to '1'.
  • Set to '2' if: The menu item text label which when selected will set variable to '2'.
  • Last option sets to '0': Set if last menu item should cause variable to become '0' when selected.
  • Set to '0' if 'B' is pressed: Set if pressing 'B' should cause menu to close and variable to become '0'.
  • Layout: Set the layout style of the menu.

Texto: Desplegar opciones múltiples

Present two options to player allowing them to make a choice, will set the specified variable to true if the first option is chosen and to false if the second option is chosen.

Texto: Desplegar opciones múltiples
Set Variable
$Variable0
Definir para 'Verdadero' si
Elegir A
Definir para 'Falso' si
Elegir B
  • Set Variable: The variable to use.
  • Definir para 'Verdadero' si: The menu item text label which when selected will set variable to 'true'.
  • Definir para 'Falso' si: The menu item text label which when selected will set variable to 'false'.

Texto: Definir velocidad de animación

Set the speed that dialogue boxes appear and disappear and how fast text appears within the box.

Texto: Definir velocidad de animación
Velocidad de Apertura de Texto
Speed 1
Velocidad de Cierre de Texto
Speed 1
Velocidad de Dibujado de Texto
Speed 1
Fast forward text while buttons held
  • Velocidad de Apertura de Texto: The speed that the text and menu dialogue boxes scroll on to the screen.
  • Velocidad de Cierre de Texto: The speed that the text and menu dialogue boxes scroll off of the screen.
  • Velocidad de Dibujado de Texto: The speed that characters are drawn into the dialogue boxes.
  • Fast forward text while buttons held: Allow skipping through animation of text if joypad buttons are pressed.