Working on a script and having a hard time getting what I believe is the proper result, no flaring please just trying to figure this out...
llSetPrimitiveParams - This is the function in question
When you use llSetPrimitiveParams with PRIM_POSITION, it acts EXACTLY like llSetPos(), when attached to a child object it gives local variables, and when attached to a root prim it works with root variables.
BUT
When you use llSetPrimitiveParams with PRIM_ROTATION, it acts like llSetRot, working with the root object ONLY... is there any way to use llSetPrimitiveParams with PRIM_ROTATION, so that you effect the child prim relative to the root prim, the way llSetLocalRot works??
I hope this all makes sense to the guru's out there