Hi, I'm wondering if there is a command that moves the avatar. Moving to an absolute location would be convenient, but I haven't even been able to move the avatar in local coordinates, either.
Also, can anyone explain the behavior of the llMoveToTarget function? It has the following description:
llMoveToTarget(vector target, float float tau);
Critically damp to position target in tau seconds if the script is physical. Good tau values are greater than 0.2. A tau of 0.0 stops the critical damping.
This description does not specify what is moving (assuming the object itself) or exactly what "critically damping to position" means.
Any suggestions to either of these questions would be appreciated, thanks.