Prompt user for confirmation

In javascript I would use the "confirm()" function to prompt the user either yes or no to continue. Thus taking away away the worry of accidently pressing the wrong button.

I have searched the docs but cant seem to find anything similar in maxscript?

Any help would be much appreciated.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
fajar's picture

messagebox, querybox...u can

messagebox, querybox...u can use query box...or yesNoCancelBox methode....search in maxscript reference...type messageBox in index.

ce89's picture

Thanks fajar, I was always

Thanks fajar,

I was always looking for confirm/corfirmation and not "query" or "yes and no".

Thanks again.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.