This command asks the user a yes or no question
| <viz>.ask( | |
| question |
)
question
The question you want to ask the user
Use this command when you need the user to make a 'Yes' or 'No' decision. This command will halt all events until the user has answered the question. This is generally used during initialization.
1 if the answer was 'Yes', 0 if the answer was 'No'