LlGetKey
From Second Life Wiki
(Redirected from LSL llGetKey)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Examples
default { state_entry() { llOwnerSay(llGetKey()); llOwnerSay(llGetLinkKey(llGetLinkNumber())); } }

