Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_guardener_bullet_shard_Step_0

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