llGetCreator
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: key llGetCreator( );0.0 | Forced Delay |
10.0 | Energy |
Returns a key for the creator of the prim.
Examples
default
{
state_entry()
{
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 + "'.");
}
}
See Also
Functions
• | llGetInventoryCreator | |||
• | llGetOwner |