Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_sneo_tiny_susie_Collision_obj_sneo_biglaser
(
view raw script w/o annotations or w/e
)
1
if (!other.active)
2
exit;
3
instance_destroy();
4
snd_play(snd_hurt1);