Undertale script viewer

← back to main script listing

gml_Object_obj_undynespear_shadow_Other_12

(view raw script w/o annotations or w/e)
1
if (active == 1 && global.interact == 0)
2
{
3
    if (y > (goaly - 60))
4
    {
5
        event_user(1);
6
        active = 0;
7
    }
8
}