llRemoteLoadScriptPin
LSLvoid 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
| Type | Name |
|---|---|
| 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
float llFrand(float mag)
void llSetForce(vector force, integer local)
void llClearCameraParams()
vector llGetRegionSunDirection()
float llFabs(float f)
void llRequestExperiencePermissions(string agent_id, string unused)
key llList2Key(list src, integer index)
list llParseStringKeepNulls(string src, list seperators, list spacers)