setWaypointTimeout

From Bohemia Interactive Community
Revision as of 23:21, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


waypoint setWaypointTimeout [min, mid, max]


Operand types:

waypoint: Array

[min, mid, max]: Array

Type of returned value:

Nothing

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]