ent_animate - Push me in the right direction

Posted By: Loremaster

ent_animate - Push me in the right direction - 03/18/13 16:41

For the life of me I am not able to figure out a simple thing. What are the parameters for ent_animate when I want this:

*Play the animation called "FallDown"
*Stop animation on the last frame and STAY THERE!
Posted By: Superku

Re: ent_animate - Push me in the right direction - 03/18/13 17:15

my.skill20 = minv(my.skill20+5*time_step,100);
ent_animate(me,"FallDown",my.skill20,0);
Posted By: Loremaster

Re: ent_animate - Push me in the right direction - 03/18/13 23:54

Thanks. Worked. Sorry, right there in the example. Gaaah.
© 2024 lite-C Forums