Message Box

From MZXWiki
Jump to navigation Jump to search

The Message Box is a built-in dialog box that displays text. It can be used either though Scrolls and Signs or by programming custom message boxes with Robotic. Message boxes created through Robotic support more formatting options and can also display conditional options that can be selected by the player. Message boxes are a useful tool for quickly implementing conversations, shops, and branching dialogue trees.

Commands

. "@string" - The message box will display the name of the calling robot as a title when it's drawn.

[ "string"

& "string"

% "string"

? "label" "string"

? "counter" "label" "string"

SCROLLARROW COLOR (color)

SCROLLBASE COLOR (color)

SCROLLCORNER COLOR (color)

SCROLLPOINTER COLOR (color)

SCROLLTITLE COLOR (color)