|
Jazzmin Muircastle
Registered User
Join date: 10 Jun 2008
Posts: 2
|
04-18-2009 10:51
I've just created a group and would like to put a link to the group. How do I get the group UUID? It has not showed up yet in the search. I've also searched here but I could not find where this was posted before.
thanks
|
|
LittleMe Jewell
...........
Join date: 8 Oct 2007
Posts: 11,319
|
04-18-2009 11:23
Does it show in Groups search tab - as opposed to All? If so, look at the bottom of that display and see if it lists the UUID there.
_____________________
♥♥♥ -Lil
Why do you sit there looking like an envelope without any address on it? ~Mark Twain~ Optimism is denial, so face the facts and move on. ♥♥♥ Lil's Yard Sale / Inventory Cleanout: http://slurl.com/secondlife/Triggerfish/52/27/22 . http://www.flickr.com/photos/littleme_jewell
|
|
Jazzmin Muircastle
Registered User
Join date: 10 Jun 2008
Posts: 2
|
04-18-2009 11:46
My group does not show up in search groups or all tabs - perhaps it takes a day or two to show up?
|
|
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
|
04-18-2009 12:05
Set an object to your group, paste this script inside default { touch_start(integer t) { llSay(0, "secondlife:///app/group/" + (string)llList2Key(llGetObjectDetails(llGetKey(), [OBJECT_GROUP]), 0) + "/about"  ; } } and touch the object for your group UUID! I think
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
04-18-2009 18:15
actually I think you can just drop the following script in the objects and deed it to the group and touch it. (ignore the PHP tags if you see them) default{ touch_start( integer not_used ){ llSay( 0, (string)llGetOwner() ); } }
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|