I am relatively new to scripting and am working on a small project in which I have come across a snag I can't seem to find a way around.
I have a pose ball that once an avatar sits on the pose ball it takes them through a series of positions and animations. I can move the pose ball (and thus the avatar) with llSetPos however a few of these positions require that the avatar change the direction they're facing. This is where I'm running into an issue. I figure that to change the direction the avatar is facing I'd do something similar to their position by rotating the pose ball. But nothing I seem to have tried has worked.. I've scoured the forums here and have attempted to apply a few suggestions I've seen but with no success. I've tried using llSetRot, llLookAt, llRotLookAt in various ways without any luck.
Is there anyone out there who can help me out?