LlSetRemoteScriptAccessPin
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: llSetRemoteScriptAccessPin( integer pin );| 252 | Function ID |
| 0.2 | Forced Delay |
| 10.0 | Energy |
Allows a prim to have scripts remotely loaded via llRemoteLoadScriptPin when it is passes the correct pin and the prim is set mod.
| • integer | pin | – | zero disables (ie llRemoteLoadScriptPin will fail), non-zero enables. |
Caveats
- This function causes the script to sleep for 0.2 seconds.
- A prim has only one pin for remotely loading scripts.
- By changing the pin, a script can deny other scripts the ability to load scripts into the prim.
- This could result in unintentionally breaking a products ability to be updated by an upstream creator.
- This can be used to intentionally stop an upstream creator from updating a product.
- By changing the pin, a script can deny other scripts the ability to load scripts into the prim.
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

