Undertale script viewer

← back to main script listing

gml_Object_obj_undynespear_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
        event_user(1);
5
}