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

llRemoteLoadScriptPin

LSL
void llRemoteLoadScriptPin(string target, string name, integer pin, integer running, integer start_param)

If the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. Running is a boolean specifying whether the script should be enabled once copied into the target object.

Parameters

TypeName
string target
string name
integer pin
integer running
integer start_param
Sleeps 3s
Energy 10

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

More in LSL