Difference between revisions of "LlGetCreator"

From Second Life Wiki
Jump to navigation Jump to search
(multi lang)
m (<lsl> example)
Line 8: Line 8:
|spec
|spec
|caveats
|caveats
|examples=
|examples=<lsl>default
<pre>
default
{
{
     state_entry()
     state_entry()
Line 16: Line 14:
         llSay(0,"My creator is: "+(string)llGetCreator() );
         llSay(0,"My creator is: "+(string)llGetCreator() );
     }
     }
}
}</lsl>
</pre>
|constants
|constants
|helpers
|helpers

Revision as of 03:16, 14 January 2008