Undertale script viewer

← back to main script listing

gml_Object_obj_crosszap_Step_0

(view raw script w/o annotations or w/e)
1
exist -= 1;
2
if (exist < 10)
3
    image_alpha -= 0.1;
4
if (exist < 0)
5
    instance_destroy();