Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_mansion_Collision_obj_susiezilla_player_hitbox

(view raw script w/o annotations or w/e)
1
if (hp <= 0 || hittimer > 0)
2
    exit;
3
x = xstart;
4
event_user(1);