- Archive
- :
- Forum Archive
- :
- Second Life Forums
- :
- General Discussions
- :
- How Do You Find A Group Key?
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Printer Friendly Page
How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-13-2010 06:34 PM
What is the easiest way to find out your group key?
Thank You
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 06:47 PM
Easiest? Use Emerald. =)
It's right there on the group info box.
Edit: Alternately, on this page go up to Community, then Groups. Search for the group in question, then at the bottom it'll say
"Link to this page: http://world.secondlife.com/group/xxxxxx-xxxxxxx-xxx--xx--xxxxx
and apparently, that string of numbers and letters is the group key as well.
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 07:02 PM
Thanks for both answers......I have Snowglobe and I've looked everywhere I can in the Groups area but I can't find the key.........I also tried search here and even tho my group shows up in search when I am on SL, it's not showing up in the search here.
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 07:04 PM
Hmm. IM me the group name and I'll see if I can find it for you?
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 07:16 PM
Create a prim.
Create a default script in it.
Replace the llSay( "Hello, Avata!"); with llSay( llGetOwner() );
Deed the object to the group.
Touch the object.
"SLU is the elite of the elite elitists!" ~Cindy Claveau
lindenlab.tribe.net 11/19/03.
Members: Ben Linden, Catherine Linden, Colin Linden, Cory Linden, Dan Linden, Doug Linden, Jim Linden, Philip Linden, Phoenix Linden, Richard Linden, Robin Linden, and Ryan Linden
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 07:21 PM
SuezanneC.Baskerville wrote:
Replace the llSay( "Hello, Avata!"); with llSay( llGetOwner() );
I just did that and the plywood cube sprouted teeth and started chasing me around the sim.
Pics later.
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-13-2010 09:26 PM
SuezanneC.Baskerville wrote:
Create a prim.
Create a default script in it.
Replace the llSay( "Hello, Avata!"); with llSay( llGetOwner() );
Deed the object to the group.
Touch the object.
I fed it after midnight.
I can't try to edit cause it bites. What do I do now?
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-14-2010 07:29 AM
I fed it after midnight.
I can't try to edit cause it bites. What do I do now?
Ah, next you must create a sphere prim, set its color to *exactly* the same color as the sun and set it to full bright. Then rezz it and hold it close to the evil plywood cube and the pure sun light should destroy the evil and revert the cube back to normal plywood.
Good luck!!
(PS: And for everyone's sake, don't let the cube get wet.)
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-14-2010 09:13 AM
From http://wiki.secondlife.com/wiki/Group_key_finder :
// Niles Argus
default
{
state_entry()
{
llSetText("Touch me to find my group's key...", <1,1,1>, 1.0);
}
touch_start(integer total_number)
{
key group = llList2Key(llGetObjectDetails(llGetKey(), ),0);
string result = "This object is not set to a group.";
if(group != NULL_KEY)
result = "This object's group's key is " + (string)group;
llWhisper(0, result);
}
}
And I -LOVE- that evil prim cube item, where can I get one of those? ; )
The gift of Jah is eternal life. - Romans 6:23
Bigotry has been "hiding" behind the "its your problem for getting offended" line for far too long.
Getting started in Second Life | Getting good Body Proportions in SL | Rasta Music | Gallery
Re: How Do You Find A Group Key?
- Mark as New
- Bookmark
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Powerspot Destiny - view message
06-14-2010 11:42 AM
Sent. =)

