Undertale script viewer

← back to main script listing

gml_Object_obj_menubone_bottom_Collision_744

(view raw script w/o annotations or w/e)
1
if (obj_sansb_body.damageturn == 0)
2
{
3
    with (obj_sansb_body)
4
        event_user(2);
5
    if (global.hp < 1)
6
        global.hp = 1;
7
}