Undertale script viewer
← back to main script listing
gml_Object_blt_loopbulletgrow_Step_2
(
view raw script w/o annotations or w/e
)
1
if (x >= global.idealborder[1])
2
instance_destroy();
3
if (global.turntimer < 1)
4
instance_destroy();