Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_evilguest_Collision_obj_chefs_stackbox

(view raw script w/o annotations or w/e)
1
if (hit || stomped)
2
    exit;
3
snd_play(snd_punchmed);
4
hit = true;
5
alarm[1]
6
alarm[0]
7
hspeed = 0;
8
vspeed = 10;
9
instance_destroy(other);