Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llMoveToTarget

LSL
void llMoveToTarget(vector target, float tau)

Critically damp to Target in Tau seconds (if the script is physical).\ Critically damp to position target in tau-seconds if the script is physical. Good tau-values are greater than 0.2. A tau of 0.0 stops the critical damping.

Parameters

TypeName
vector target
float tau
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL