// Retrieves avatar's UUID Key
If for whatever reason you need to retrieve an avatar's UUID Key, just drop this script into any object and "touch."
--------------------------------------------------------------------
string name;
string keey;
default
{
touch_start(integer total_number)
{
name = llDetectedName(0);
keey = llDetectedKey(0);
llSay(0, name + ", your UUID is: " + keey );
}
}
Met dank aan Alicia Stella.Alicia Stella Design - Best Tip Jars in Second Life
| Comments |
|
Only registered users can write comments!
Powered by !JoomlaComment 3.26








