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

llLookAt

LSL
void llLookAt(vector target, float strength, float damping)

Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\ Good Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\ Asymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at.

Parameters

TypeName
vector target
float strength
float damping
Energy 10

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

More in LSL