Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_martlet_attack_glass_shard_Step_0

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