Undertale script viewer

← back to main script listing

gml_Object_obj_umbrellamask_Collision_1155

(view raw script w/o annotations or w/e)
1
with (other.id)
2
{
3
    g = goal - y;
4
    if (g < 40 && g > 6)
5
        event_user(1);
6
}