Posted by Chris Hill on November 21, 1998 at 15:32:07:
In Reply to: Re: Making actors walk posted by fourwood on November 21, 1998 at 12:52:29:
: : Chris.
: Use AISetMoveSpeed(speed);
: It sets how fast the actor will move using AISetMove();
: I think 1 is walk speed and 1.5-2 is run for speed.
I've used that. I've even set the movespeed to 0.5 and yes the character now moves at a slow pace, the motions are still the same as when the character runs (i.e. it still looks like a mad sprint, despite the fact they're moving very slowly) Is setting the value to 1 a special case or will i still have the sprint motion problem?
Chris.