llMoveToTarget
LSLvoid 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
| Type | Name |
|---|---|
| vector | target |
| float | tau |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.