LlGetKey
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: key llGetKey( );| 121 | Function ID |
| 0.0 | Forced Delay |
| 10.0 | Energy |
Returns the key of the prim the script is in.
Examples
default { state_entry() { llOwnerSay(llGetKey()); llOwnerSay(llGetLinkKey(llGetLinkNumber())); } }
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

