I want to play the sequence while running or idling animation but animation only plays when I am jumping or stabbing.
I want to play animation when I am idling or running. How to I can change theese codes?
PHP Code:
entity_set_float(id, EV_FL_framerate, 2.0);
entity_set_int(id, EV_INT_sequence, 111);
entity_set_float(id, EV_FL_animtime, 1.0)