Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_1_attack_7_shard_Step_0

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