WaitForClick
Summary
This function opens a simple user interface to allow the user to click 'next' to proceed.
All of the previously started script functions will continue and complete in the background, but no new script functions will run until the user clicks on the button.
Parameters
Caption
Type: Text Default: None
Text to display to the user while the 'next' button is visible.
This is often used to provide captions explaining what is happening in the scene, or text versions of what the VoiceOver is telling the user.
Examples
<waitforclick caption="Press 'next' to continue."/>
This displays the message “Press 'next to continue” while waiting for the user to click 'Next' to proceed to the next steps in the script.