Page 1 of 1

llDie within attachment

Posted: Mon Jan 19, 2015 12:31 pm
by beuving Beeswing
In Secondlife, an attachment can't die when you wear it.. In Kitely an attachment can Die, when wearing it.

Is this how it is designed? Because i have multiple object backed up from SL and restored in Kitely and I need to wear them because that is the only way I can Edit them.

Because when they are rezzed from inventory into the world they Die immediately (some kind of security, they can only be rezzed from a certain H.U.D)

Re: llDie within attachment

Posted: Mon Jan 19, 2015 2:20 pm
by Graham Mills
You can switch off script execution in the world to get round the problem of rezzed objects disappearing due to llDie.

Re: llDie within attachment

Posted: Mon Jan 19, 2015 3:21 pm
by beuving Beeswing
Thank u! I didn't thought about this.

Re: llDie within attachment

Posted: Mon Jan 19, 2015 4:41 pm
by Graham Mills
Most welcome. I have needed to use it myself a few times.

Re: llDie within attachment

Posted: Fri Feb 13, 2015 10:03 pm
by beuving Beeswing
Update and a nice tip....

When switching off script execution in world. The script compiler will not detect any syntax errors..
So, i edit and save my scripts while script execution is off. Then i enable script execution and all my objects doens't do what they are supposed to do, because of a syntax error.

So before you save your scripts, double check them in a lsl editor....