1 | footstep_timer = 0; |
2 | if (instance_exists(obj_npc_parent)) |
3 | { |
4 | with (obj_npc_parent) |
5 | footstep_timer_npc = 0; |
6 | } |
7 | if (global.party_member != -4) |
8 | { |
9 | with (global.party_member) |
10 | footstep_timer_follower = 0; |
11 | } |