Skip to content

llNavigateTo

Function Syntax
void llNavigateTo(
  1. vector Location, // Region coordinates for the character to navigate to.
  2. list Options // List of parameters to control the type of path-finding used. Currently only FORCE_DIRECT_PATH supported.
);

Navigate to destination.

Directs an object to travel to a defined position in the region or adjacent regions.