OsKey2Name

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
  
 
[[Category:OSSL]]
 
[[Category:OSSL]]
 +
[[Category:OSSL functions without threat level]]

Revision as of 08:08, 8 June 2011

string osKey2Name(key id)

//
//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