Difference between revisions of "PATROL PAUSE AT WAYPOINTS"
Jump to navigation
Jump to search
Frionil Fang (talk | contribs) (unnecessary category?) |
|||
Line 9: | Line 9: | ||
|events | |events | ||
|cat1 | |cat1=Pathfinding | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
Line 15: | Line 15: | ||
|self | |self | ||
}} | }} | ||
Latest revision as of 16:15, 28 October 2023
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 |