Confirm
Description
Shows a confirmation popup box. Returns true or false depending on if the user clicks OK or Cancel on the popup box.
Event Options
Message
A text variable holding the message to display in the popup box.
As
Contains true if the user clicks OK and false if the user clicks cancel.
Example
Variable
Press a button!
Given the above options you should see a confirm popup similar to below:
Last updated