PATROL PAUSE AT WAYPOINTS

From Second Life Wiki
Jump to navigation Jump to search

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.

Related Articles

Functions

•  llPatrolPoints

Deep Notes

Search JIRA for related Issues

Signature

integer PATROL_PAUSE_AT_WAYPOINTS = 0;

.