001 Action / RPG Maker


Input Box

From Wiki001

Jump to: navigation, search

Displays a message box, which can be used to display dialog, or describe an event, with a text field that the player may type within. An input box is a System Event.

Contents

Options

Message

Text to display within the message box. Keeping this text within a reasonable length will be much more appealing to the player.

The following in-line commands can be used:

\V[x]
Displays the contents of the variable x.

Save Input Into

The variable to store what the player typed into the text field prior to pressing Action.

Remarks

It is not guaranteed the player will have typed anything into the text field.

MsgBox's Last Input Text may also be used to retrieve what the player typed into the text field prior to pressing Action.

This event will cause the player to be unable to move until Action is pressed after all text has been displayed. Other things, such as NPCs, will proceed as is.

Personal tools