Difference between revisions of "LlGetOwner"

From Second Life Wiki
Jump to navigation Jump to search
(multi lang)
m (<lsl> example)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples=<pre>default
|examples=<lsl>default
{
{
     state_entry()
     state_entry()
Line 15: Line 15:
         llInstantMessage(llGetOwner(),"Only you can hear me. Isn't that eerie.");
         llInstantMessage(llGetOwner(),"Only you can hear me. Isn't that eerie.");
     }
     }
}</pre>
}</lsl>
|helpers
|helpers
|also_functions=
|also_functions=

Revision as of 03:19, 14 January 2008