Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_fpellets_simple_Step_0

(view raw script w/o annotations or w/e)
1
if (bbox_right < 0 || bbox_left > room_width || bbox_bottom < 0 || bbox_top > room_height)
2
    instance_destroy()