PATROL PAUSE AT WAYPOINTS
Revision as of 18:52, 10 July 2013 by Darien Caldwell (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PATROL_PAUSE_AT_WAYPOINTS = 0;The integer constant PATROL_PAUSE_AT_WAYPOINTS has the value 0
Option parameter for llPatrolPoints function. Can be set TRUE or FALSE (the default).
When set TRUE, characters will slow down and momentarily pause at each waypoint.
When set FALSE, characters will continue to move to the next waypoint at full speed, with no pause.
Caveats
Related Articles
Functions
• | llPatrolPoints |
Deep Notes
.