llWanderWithin
Function Syntax
void llWanderWithin(
- vector Origin, // Central point to wander about.
- vector Area, // Half-extents of an area the character may wander within. (i.e., it can wander from the specified origin by up to +/-Distance.x in x, +/-Distance.y in y, etc.)
- list Options // No options available at this time.
Wander within a specified volume.
Sets a character to wander about a central spot within a specified area.