Message Box
From Wiki001
Displays a message box, which can be used to display dialog, or describe an event, optionally with choices that the player may choose from. A message 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.
Choice 1, Choice 2, Choice 3, Choice 4, Choice 5
Optional. Possible choices the player might choose from. If no choices are provided, the player can merely press Action to take the only path coming from this event. If choices are provided, each choice has a corresponding path coming from this event, where the first choice takes the first path, the second choice takes the second path, and so forth.
Remarks
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.

