Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_boxingcontroller_Other_12

related scripts: Collision_o_boxing_hitboxCreate_0Draw_0Other_10Other_11Other_12 Other_13Step_0

(view raw script w/o annotations or w/e)
1
if (invincible == 0)
2
{
3
    event_user(1);
4
    hurtcon = 1;
5
    hurttimer = 0;
6
    image_index = 7;
7
}