Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_target_battle_Step_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_target_bar_battle))
2
{
3
    image_alpha -= 0.2
4
    image_xscale -= 0.1
5
}
6
if (image_alpha <= 0)
7
    instance_destroy()