Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_newhome_03_cutscene_clover_soul_effect_Step_0

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