Undertale script viewer

← back to main script listing

gml_Object_obj_6heal_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha < 1)
2
    image_alpha += 0.1;
3
if (y > 540)
4
    instance_destroy();
5
image_angle += 1;