Quote:
Originally Posted by fowlplay4
Do a check so you aren't updating the ani every time your script times out.
e.g. if (ani != player.ani) ani = player.ani;
|
Thanks it works!
I Still got one or two small problems but I'll try to figure it out on my own.