Orr Q: Hi, i have an object (prim) that is worn on the skull of an avatar (a hat:). I would like that a click on this object would set the avatar that is wearing this hat into a new pose (eg an animation in the hat's context-folder).
I know how to do this if the avatar SITS on a clickable prim, but how is this done when the object is WORN by the avatar?
Solution:
the usage of
llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION);
inside the touch_start(.. event was the solution.
This can be closed
BR ab