Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_battle_menu_effect_axis_geno_twitch_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
image_alpha -= 0.15
4
if (image_alpha <= 0)
5
    instance_destroy()