Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_pipis_bullet_cone_Collision_obj_yheart_shot

(view raw script w/o annotations or w/e)
1
exit;
2
if (obj_spamton_neo_enemy.difficulty == 2)
3
{
4
    with (other)
5
        event_user(0);
6
}
7
else if (other.big == 0)
8
{
9
    with (other)
10
        event_user(0);
11
}
12
event_user(1);