Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_attack_ceroba_bell_ring_blue_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
attack_delay = 0
11
if (image_xscale > 9)
12
{
13
    if (image_alpha > 0)
14
        image_alpha -= 0.33
15
    else
16
        instance_destroy()
17
}