Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Object group membership changes on on_rez () ??

Marine Kelley
Your cutest PITA
Join date: 19 Nov 2006
Posts: 111
03-31-2007 03:33
Hi, I'm running tests on a wearable object I want to add a group access feature to, and it seems to work until I detach it (not drop it), transfer it, or relog. Hence the on_rez () event suspiscion. When that event triggers, the object switches to whichever group the wearer has actived at that time.

However, I would like the object to belong to a group which the wearer does NOT belong to, and this "bug" (is it a bug ?) ruins that completely... Anybody has observed this already ? Is it normal ?

Thanks,
Marine
Lex Neva
wears dorky glasses
Join date: 27 Nov 2004
Posts: 1,361
03-31-2007 09:31
That's normal behavior, and how the group system works. When you've got a group set active, any time you rez or create (or wear) an object, the object is set to your current group.
Marine Kelley
Your cutest PITA
Join date: 19 Nov 2006
Posts: 111
03-31-2007 09:45
yes that means nobody can wear an object that belongs to a group the wearer does not, unless never detached and the wearer never logs off... It may be the normal behaviour but I don't find this intuitive nor efficient. Oh well, I found another way anyway.

Thanks for your help :)