Skip to content

llPatrolPoints

Function Syntax
void llPatrolPoints(
  1. list Points, // A list of vectors for the character to travel through sequentially. The list must contain at least two entries.
  2. list Options // No options available at this time.
);

Patrol a list of points.

Sets the points for a character (llCreateCharacter) to patrol along.