Jump to content
  • 0

how do I find my group UUID?


Molee Gopheller
 Share

You are about to reply to a thread that has been inactive for 2993 days.

Please take a moment to consider if this thread is worth bumping.

Question

2 answers to this question

Recommended Posts

  • 0

Hi Molee,

Search for your group here...

https://secondlife.com/my/community/groups/

Click on your group in the search list (it'll be the only one if you search for the complete group title).

Click on "More Info".

At the bottom of the resulting window, you'll see "Link to this page" followed by a URL that ends with the UUID.

  • Like 1
Link to comment
Share on other sites

  • 0

You can use this script.   Make sure you are wearing the appropriate group tag, rez a prim, put this script in, and touch the prim:

 

default{    state_entry()    {        //llSay(0, "Hello, Avatar!");    }    touch_start(integer total_number)    {        string strGroupURL = llUnescapeURL(llList2Key(llGetObjectDetails(llGetKey(),[OBJECT_GROUP]),0));        llOwnerSay("The uuid of this object's group is "+strGroupURL);        llOwnerSay("Click "+"secondlife:///app/group/"+strGroupURL+"/about"+" for more information.");    }}
  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2993 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...