Kalleb Underthorn
Registered User
Join date: 30 Jul 2003
Posts: 40
|
08-07-2004 20:24
Sometime today, there was a patch applied to the servers that caused serious breakage in one of my scripts.
What I have is a parent prim (llGetLinkNumber() == 1) that will detach itself from the group... For some reason, this causes the ENTIRE group to split, and I have no idea why.
|
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
|
08-08-2004 00:54
I assume that it worked correctly prior to the server being patched? And that you didn't change anything else in the script?
Does it still happen if you attempt to delink a child object, or just the parent?
|
Kalleb Underthorn
Registered User
Join date: 30 Jul 2003
Posts: 40
|
08-08-2004 09:00
Strangely enough, I found the source of the problem. It's a very strange bug that involves performing an llMessageLinked to a primitive that is not in the group, and then delinking the system. Assuming you have a group of 5 prims, if you did: llMessageLinked(8, 0, "", ""  ; llBreakLink(3); It would detach all the primitives from the group. I don't know WHY this happens.
|