The action Message Box allows you to display a message. This dialog box pauses the script execution until the user chooses one of the options.
The message you want to display in the dialog box.
The title of the dialog box (window title).
The icon displayed in the message box. This list contains the standard icons of your operating system.
The dialog box type. There are two options:
The custom icon to use. This is the path to the image that will replace the icon specified in the "icon" parameter.
The window icon to use. This is the path to the image that will replace the window icon.
This parameter is only available if the user selected "Yes - No" as the type value. This parameter allows you to execute code or go to a line of the script depending on the anwser given by the user.