PATROL PAUSE AT WAYPOINTS
Jump to navigation
Jump to search
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 |