Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_transformation_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.1
4
image_yscale += 0.1
5
image_alpha -= 0.05
6
if (image_alpha <= 0)
7
    instance_destroy()