Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_battle_phase_2_organic_bloodcell_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
event_inherited()
4
if (hp_self <= 0)
5
{
6
    image_alpha -= 0.1
7
    if (image_alpha <= 0)
8
        instance_destroy()
9
}
10
if (point_distance(x, y, 320, 240) > 900)
11
    instance_destroy()