Undertale script viewer

← back to main script listing

gml_Object_obj_undynespear_shadow_Other_13

(view raw script w/o annotations or w/e)
1
if (active == 1)
2
{
3
    speed = 0;
4
    active = 0;
5
    solid = 1;
6
    snd_play(snd_impact);
7
}