Undertale script viewer

← back to main script listing

gml_Object_obj_hg_debris_Collision_744

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_hg_body))
2
{
3
    if (obj_hg_body.c_counter < 280)
4
        event_user(7);
5
}