Undertale script viewer

← back to main script listing

gml_Object_obj_blackbox_o_Other_13

related scripts: Create_0 • Draw_0 • Other_10 • Other_11 • Other_12 • Other_13

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