Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_zombie_Collision_obj_susiezilla_player_hitbox

(view raw script w/o annotations or w/e)
1
if (hp <= 0 || hurtCon != 0)
2
    exit;
3
event_user(0);
4
with (other)
5
    event_user(0);