<viz>.message

This command will display a message box to the user

 

<viz>.message(
    prompt    

)

 

prompt

The message to display


Remarks

Use this command when you need to display an important message to the user. This command will halt all events until the user clicks 'Ok'

Return Value

None

Example

viz.message('Some important message')

See also

<viz>.ask
<viz>.choose
<viz>.input