I am wanting to set a wait command for a length of time based on a variable.I have tried timers and loops but cant seem to get anything going.
Use the script command sleep(). local variableWaitTime = 5 sleep(variableWaitTime)That is the command a wait for time becomes when Polyscope converts it to script.
I am wanting to set a wait command for a length of time based on a variable.
I have tried timers and loops but cant seem to get anything going.