Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_flowey_battle_dummy_Step_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_heart_battle_fighting_parent))
2
{
3
    obj_heart_battle_fighting_parent.image_alpha = 1;
4
    instance_destroy();
5
}