Difference between revisions of "LlGetKey"

From Second Life Wiki
Jump to navigation Jump to search
(Changed wording. "Key of the prim the script is attached to" was confusing some users to think it meant the wearer's key, if attached.)
m
 
Line 22: Line 22:
|spec
|spec
|caveats
|caveats
|examples=<lsl>default
|examples=<source lang="lsl2">default
{
{
     state_entry()
     state_entry()
Line 29: Line 29:
         llOwnerSay(llGetLinkKey(llGetLinkNumber()));
         llOwnerSay(llGetLinkKey(llGetLinkNumber()));
     }
     }
}</lsl>
}</source>
|helpers
|helpers
|also_header
|also_header

Latest revision as of 02:01, 22 January 2015