[email protected] Posted October 20, 2000 Posted October 20, 2000 I have tried using a message box with a cancel button, but it doesn't automatically cancel the script it is in when it is clicked. Is there a governing function for this?
WBlanchard Posted October 20, 2000 Posted October 20, 2000 In your script you have to test for the Message choice in order to use the buttons on Message step. The button value for the Message step are 1, 2, and 3. Ok is 1, and Cancel is 2 on the default that comes up. One Example of how to use these in a script would be: Message ["Some Message"] If ["Status(CurrentMessageChoice) = 2] Halt Script EndIf Some other script action HTH
Recommended Posts
This topic is 9051 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now