llSetRemoteScriptAccessPin
LSLvoid llSetRemoteScriptAccessPin(integer pin)
If PIN is set to a non-zero number, the task will accept remote script loads via llRemoteLoadScriptPin() if it passes in the correct PIN. Othersise, llRemoteLoadScriptPin() is ignored.
Parameters
| Type | Name |
|---|---|
| integer | pin |
Sleeps
0.2s
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llPassTouches(integer pass)
list llJson2List(string json)
float llRot2Angle(rotation rot)
float llGetRegionFPS()
key llRequestSimulatorData(string simulator, integer data)
vector llGroundSlope(vector offset)
list llList2List(list src, integer start, integer end)
string llStringToBase64(string str)