|
|
|
[
Permlink
| « Hide
]
Tryptofaa Sands added a comment - 29/Feb/08 12:01 PM
This isn't only a havok4 issue, I'm finding this everywhere!
Ok, set that same script for your root:
default { Then add a reset on rez to your child: default { } Take it to inventory and rez another copy. The whole thing will spin. Once re-rezzed from inventory this behavior seems to stick! EDIT: make it physical before taking to inventory Additional: This is also the case if the object is made physical through LSL, try this in the child: default touch_start(integer void){
state spin;
} state spin touch_start(integer void){
state default;
} Not sure if the llSleep's are needed in all clients but in windlight I have to add those to make it start spinning in the first place! I have a fix for this that should go out in the next update.
|
||||||||||||||||||||||||||||||||||||||||||||||