Skip to content

llMapDestination

Function Syntax
void llMapDestination(
  1. string RegionName,
  2. vector Position,
  3. vector Direction
);

Opens world map for avatar who touched is is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.

Direction currently has no effect.