Waiting
Utilities for waiting (variable sleeps based on a condition and static waits). All numbers are milliseconds.
Functions
Link copied to clipboard
Waits for a random amount of time, using the mean/sd parameters in a normal distribution to pick a random value
Link copied to clipboard
Waits for a random amount of time, using the min/max range in a uniform distribution to pick a random value
Link copied to clipboard
Waits until the specified condition is true, or times out after around 10 seconds
Waits until the specified condition is true, or the timeout limit is reached
Link copied to clipboard
Waits until my player is animating, or the timeout limit is reached
Link copied to clipboard
Waits until my player is in the specified area, or the timeout limit is reached