I have a building I've set to explode if the number of prims that are connected together
get below the number in the building then i have a button that sends the message to the break all links script in the main prim. Works for 44 of the pieces but the same six pieces never blow up they just hang there. Also these are the only prims in the building with only the script in them that is supposed to blow up if unlinked. The rest have texture animation scripts linked into the main prim. I've tried adding a timer that checks every 2 seconds to see if its still in an object with 50 prims they didn't help either. still pieces hang there till I select them and then they wake up and explode.I think i'll add the texture animation script to them see if that makes a difference but seems like a bug. Also I have all the parts turn phantom before I add phisics to them and the physics turns off when they collide with the ground so the phyisics is a lot at once but it lasts only a few secods.
ok tried adding the texture animate script no difference.
tried a new system with a link message that goes out before the breakalllinks command that tells the pieces wait 2 secs then blow and I put a sleep for 0.5 secs between the linkmessage and the breaklinks command and still the pieces hang there and don"t blow till i select them?
there lonknumbers are 44 and 5 4 3 2 and I shrank them all so there in no way intersecting with any other parts.