Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Group UUID

Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
08-18-2008 14:32
Hi Guys, Gals, Furries & Demons of all kinds,

I have recently created a new group to go with a piece of land i own.

I need to find the groups UUID so i can add it to the land greeter.

Obviously i have made the group so it appears in search results and i have tried finding the group using the search feature. but for some reason it is not appearing as a result.

My question is this

Is there another way to find out the UUID? or do i just need to be a bit more patient (made the group yesterday)

Thanks in advance

jimbo
bigmoe Whitfield
I>3 Foxes
Join date: 29 Jul 2007
Posts: 459
08-18-2008 14:35
takes 2 to 3 days before there google applicance picks it up :) so just hold tight
_____________________
GoodBye Forums we will miss you ~moe 2-2-2010~
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
08-18-2008 14:40
Thanks Bigmoe





*sits down twiddling his thumbs*
Cheree Bury
ChereeMotion Owner
Join date: 6 Jun 2007
Posts: 666
08-18-2008 14:41
Activate your group and rez a box.

Place the following script in the box:

CODE

default
{
touch_start(integer total_number)
{
key group_id;
list temp;

temp = llGetObjectDetails(llGetKey(), [OBJECT_GROUP]);
group_id = llList2Key(temp, 0);
llOwnerSay((string)group_id);
}
}


and then touch the box. It will say the UUID and you can then copy and paste it wherever you need it.
_____________________
Visit ChereeMotion - Life's Best Pinup Poses
http://slurl.com/secondlife/Wild%20Rice/38/230/51
bigmoe Whitfield
I>3 Foxes
Join date: 29 Jul 2007
Posts: 459
08-18-2008 14:42
your welcome and yes that would help him too :)
_____________________
GoodBye Forums we will miss you ~moe 2-2-2010~