Name | WaitUntil |
Syntax | waituntil (rate:<duration>) (max:<duration>) [<comparisons>] |
Short Description | Delays a script until the If comparisons return true. |
Full Description | Delays a script until the If comparisons return true. Refer to if for if command syntax information.
Optionally, specify an update rate (if unset, will update at queue speed). The update rate controls how often the tag will be checked. This generally doesn't need to be set, unless you're concerned about script efficiency. Never set this to faster than queue update rate. Optionally specify a maximum duration to wait for (delta time). |
Related Tags | <QueueTag.speed> Returns the speed of the queue as a Duration. A return of '0' implies it is 'instant'. (...)
|
Usage Example |
|
Usage Example |
|
Group | queue |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/WaitUntilCommand.java#L29 |