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
vector llRot2Fwd(rotation r)
string llDumpList2String(list src, string seperator)
rotation llGetRegionSunRotation()
integer llGetRegionDayOffset()
list llList2ListSlice(list src, integer start, integer end, integer stride, integer stride_index)
integer llGetLinkSitFlags(integer linknum)
float llRot2Angle(rotation rot)
key llSendRemoteData(string channel, string dest, integer idata, string sdata)