MessageDialog

From Moving Light Assistant
Jump to: navigation, search

MessageDialog( text )

text is a string.

This function will pause the script and show a message dialog with the message in the text parameter. Once the message dialog is dismissed, the script will continue.

The message dialog can be used to show errors or provide reminders while a script is running.

Example.

MessageDialog("Hello World !")

This would display a message dialog with a message "Hello World !".