Undertale script viewer

← back to main script listing

gml_Object_blt_dummymissle_Collision_744

(view raw script w/o annotations or w/e)
1
if (normal == 1 && destroy == 0)
2
{
3
    snd_play(snd_impact);
4
    destroy = 1;
5
    normal = 0;
6
    scr_damagestandard_x();
7
}