Top Free Scripts
Script ID : 20
Audience : Default
Version 1.00.01
Published Date: 2008/4/1 0:30:00
Reads : 4445
Agent/Avatar

Touch to get the object's Group Key.

default
{
    
state_entry()
    {
       
llSetText("Touch to learn\nGroup Key", <1,1,1>, 1);
    }

    
touch_start(integer total_number)
    {
        list 
llGetObjectDetails(llGetKey(), [OBJECT_GROUP]);
        
string b llList2String(a,0);
        if (
== "00000000-0000-0000-0000-000000000000")
        {
            
llWhisper(0"Please set the Group for this object in EDIT under the GENERAL tab first.");
        }
        else
        {
            
llWhisper(0"This object's Group Key is: " b);
        }
    }
}

0
|  Links 
Printer Friendly Page Send this Script to a Friend
Search for Help
New Product
Free Item
Sponsor

Site Info
Total Hits