Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Animate an avie

Ploy Vogel
Registered User
Join date: 27 Aug 2004
Posts: 133
06-11-2005 08:22
I wonder if anyone can help me with this.

I want to make my avie walk on an object. I have the walk animation but need the script to make it go to the object.

Either by a left click (if possible) or right click. The avie just has to walk in place but by clicking on the object the avie will be moved onto the object and the animation will start.

I have been trying to figure this out with Getpermissions, StartAnimations, etc. but I guess there needs to be an llTarget to get the avie over to the object.

Thank you.
Schizzy Sapeur
Registered User
Join date: 31 May 2005
Posts: 6
06-11-2005 15:57
Yeah, the easiest way to do it would be to set a sit target, then catch when someone sits on it, and play the animation then. I believe that to take care of the builtin sit animation, you'd have to either override it by setting your animation priority 4, or use llStopAnimation("sit";) before you start your animation.