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

llTakeControls

LSL
void llTakeControls(integer controls, integer accept, integer pass_on)

Take controls from the agent the script has permissions for.\ If (Accept == (Controls & input)), send input to the script. PassOn determines whether Controls also perform their normal functions.\ Requires the PERMISSION_TAKE_CONTROLS permission to run.

Parameters

TypeName
integer controls
integer accept
integer pass_on
Energy 10

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

More in LSL