This command waits until a certain amount of time has passed. IMPORTANT: Only use this command from within a director function
| <viz>.waitTime( | |
| seconds |
)
seconds
The number of seconds to wait for
This command should only be used within a director function. When this command is called it pauses the director function and waits until the given amount of time has passed.
None