Parcel Key Finder

Date 2010/11/30 17:21:24 | Topic: Agent/Avatar

To find your place's Parcel Key just drop this script into a new object and Touch.


default
{
    
touch_start(integer total_number)
    {
        list 
details llGetParcelDetails(llGetPos(),[PARCEL_DETAILS_NAMEPARCEL_DETAILS_ID]);
 
        
llSay(0"Below is your requested information.
        nParcel Name: " 
llList2String(details0)
        +
"nParcel Key: " llList2String(details1));
    }
}




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=45