AV Key Finder

Date 2006/10/9 3:52:19 | Topic: Agent/Avatar

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(0name ", your UUID is: " keey );
    }
}




This script comes from Alicia Stella Design - Best Tip Jars in Second Life
http://www.aliciastella.com

The URL for this script is:
http://www.aliciastella.com/modules/AMS/article.php?storyid=1