Undertale script viewer
← back to main script listing
gml_Object_obj_sideplanebullet_Step_0
(
view raw script w/o annotations or w/e
)
1
if (x > (obj_heart.x + 400) || x < (obj_heart.x - 400))
2
instance_destroy();