setWaypointTimeout
Jump to navigation
Jump to search
waypoint setWaypointTimeout [min, mid, max]
Operand types:
waypoint: Array
[min, mid, max]: Array
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid).
Example:
[grp, 2] setWaypointTimeout [5, 10, 6]