Difference between revisions of "LlGetCreator"

From Second Life Wiki
Jump to navigation Jump to search
m (fixe)
m
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
|spec
|spec
|caveats
|caveats
|examples=<lsl>default
|examples=
<source lang="lsl2">
default
{
{
     state_entry()
     state_entry()
     {
     {
         llSay(0,"My creator is: "+(string)llGetCreator() );
        key owner = llGetOwner();
        key creatorThisPrim = llGetCreator();
 
         llSay(0, "The creator of this prim has the key '"+(string)creatorThisPrim + "'.");
        llSay(0, "My owner has the key '" + (string)owner + "'.");
     }
     }
}</lsl>
}
</source>
|constants
|constants
|helpers
|helpers
Line 30: Line 37:
|cat3=Key
|cat3=Key
|cat4
|cat4
|haiku={{Haiku|An atheist says|There is no God and yet I|Can always find one.}}
}}
}}

Latest revision as of 01:46, 22 January 2015