My newest question has to do with positioning an object/prim.
If I use llSetPos on the root prim, then the new position of the root prim will be in regional coords (I assume the rest of the linked object will remain linked and position accordingly, I'm not home to test this theory). However, the object must be Physical when using llSetPos.
Well, what if I used llSetPrimitiveParams(PRIM_POSITION, <x, x, x>
?Does the target prim/object still need to be Physical?
edit: Nevermind, I feel like an ass
, it's the other way around. I MUST use llSetPos with physics DISabled.