AI models running at random speeds
Posted By:
ItsMe
AI models running at random speeds -
04/30/08
16:10
My models are too run in a straight line. some faster and some slower, if thers a way to make this happen guidance would be appreciated.
Thanks
Posted By:
tompo
Re: AI models running at random speeds -
04/30/08
18:23
F.e. use define, like:
define speed,skill1;
then in action
my.speed = random(10);
c_move(me, vector(my.speed *time_step,0,0), nullvector, ignore_passable | glide);
© 2023
lite-C Forums