Alert
From UBot Studio
This command is a Flow Command. This command displays an alert box to display a message to the end user.
Message: The message that will be displayed in the alert pop up.
Example
alert("Hello World!")
Running the script brings up an alert with the specified message. The alert will disappear once the end user clicks Ok.