Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_weird_end_pipis_Collision_obj_yheart_shot

(view raw script w/o annotations or w/e)
1
event_user(0);
2
snd_play(snd_damage);
3
if (other.big == 0)
4
{
5
    with (other)
6
        event_user(0);
7
}
8
fx = instance_create(x, y, obj_pipis_destroy_fx);
9
fx.image_xscale = 1.5;
10
fx.image_yscale = 1.5;
11
instance_destroy();