Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_text_fighting_parent_Destroy_0

(view raw script w/o annotations or w/e)
1
if instance_exists(obj_text_fighting_bonus_parent)
2
{
3
    with (obj_text_fighting_bonus_parent)
4
        instance_destroy()
5
}