OsKey2Name

From OpenSimulator

Revision as of 12:04, 30 July 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
string osKey2Name(key id)
Returns the avatar's name, based on their UUID.
Threat Level Low
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
//
//osKey2Name() example, by Tom Earth.
//
default
{
    state_entry()
    {
        string owner_name = osKey2Name(llGetOwner());
        llOwnerSay("Your name is: "+owner_name); 
    }
}
Personal tools
General
About This Wiki