Zum Hauptinhalt springen

Dialoge & Menüs

Text: Dialog Anzeigen

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.

Text: Dialog Anzeigen
Text...
Avatar
Avatar 1
  • Avatar: The avatar image to optionally display on the left hand side of the dialogue box.

Text: Anzeige-Menü

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.

Text: Anzeige-Menü
Variable festlegen
$Variable0
Anzahl der Optionen
2
Auf '1' setzen, wenn
Gegenstand 1
Auf '2' setzen, wenn
Gegenstand 2
Die letzte Option setzt auf'0'
Auf '0' setzen, wenn 'B' gedrückt wird
Gestaltung
Dialog
  • Variable festlegen: The variable to use.
  • Anzahl der Optionen: The number of options required.
  • Auf '1' setzen, wenn: The menu item text label which when selected will set variable to '1'.
  • Auf '2' setzen, wenn: The menu item text label which when selected will set variable to '2'.
  • Die letzte Option setzt auf'0': Set if last menu item should cause variable to become '0' when selected.
  • Auf '0' setzen, wenn 'B' gedrückt wird: Set if pressing 'B' should cause menu to close and variable to become '0'.
  • Gestaltung: Set the layout style of the menu.

Text: Mehrfachauswahl Anzeigen

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.

Text: Mehrfachauswahl Anzeigen
Variable festlegen
$Variable0
Auf 'Wahr' setzen, falls
Wahl A
Auf 'Falsch' setzen, falls
Wahl B
  • Variable festlegen: The variable to use.
  • Auf 'Wahr' setzen, falls: The menu item text label which when selected will set variable to 'true'.
  • Auf 'Falsch' setzen, falls: The menu item text label which when selected will set variable to 'false'.

Text: Animationsgeschwindigkeit Festlegen

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

Text: Animationsgeschwindigkeit Festlegen
Dialogbox Einblendegeschwindigkeit
Speed 1
Dialogbox Ausblendegeschwindigkeit
Speed 1
Textgeschwindigkeit
Speed 1
Vorspulen von Text bei gedrückten Tasten
  • Dialogbox Einblendegeschwindigkeit: The speed that the text and menu dialogue boxes scroll on to the screen.
  • Dialogbox Ausblendegeschwindigkeit: The speed that the text and menu dialogue boxes scroll off of the screen.
  • Textgeschwindigkeit: The speed that characters are drawn into the dialogue boxes.
  • Vorspulen von Text bei gedrückten Tasten: Allow skipping through animation of text if joypad buttons are pressed.