Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_attack_ceroba_bell_ring_orange_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (attack_delay > 0)
4
{
5
    attack_delay--
6
    return;
7
}
8
image_xscale += 0.25
9
image_yscale += 0.25
10
if (image_xscale > 10)
11
{
12
    if (image_alpha > 0)
13
        image_alpha -= 0.33
14
    else
15
        instance_destroy()
16
}