Undertale script viewer

← back to main script listing

gml_Object_obj_blackbox_o_Other_11

related scripts: Create_0Draw_0Other_10Other_11 Other_12Other_13

(view raw script w/o annotations or w/e)
1
if (!collision_point(x - 10, y + 10, obj_blackbox_o, 0, 1) && !collision_point(x - 10, y + 10, obj_whitebox_o, 0, 1))
2
    x -= 20;