wiz
ARES System Manual: Setup Wizard Interpreter

wiz clear: closes the wizard interface
wiz calibrate: begins tracking screen calibration
wiz url <url> <desc>: shows a llLoadURL() prompt
wiz screen <image>: loads a 1024x1024 pixel image to display
wiz button <x> <y> <w> <h> <command>: adds a button to the current screen
wiz text <x> <y> <message>: shows hovertext in slot #1 at x,y coordinates (use $db.variable.substitutions and \n linebreaks)
wiz text2 <x> <y> <message>: shows hovertext in slot #2 at x,y coordinates (use $db.variable.substitutions and \n linebreaks)
wiz text3 <x> <y> <message>: shows hovertext in slot #3 at x,y coordinates (use $db.variable.substitutions and \n linebreaks)
wiz show: shows the current screen
wiz clear: closes the wizard interface

The Wizard interpreter, wiz, performs tasks related to loading and displaying ad hoc interfaces for assisting with setup tasks.

wiz is designed to be used from within .as shell scripts, similar to the implementation of .p files.

A typical wiz command sequence consists of a screen message, followed by several button messages and finally a show message.