Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_footsteps_Create_0

(view raw script w/o annotations or w/e)
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
}