Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_phase_2_bell_destroy_Step_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (destroy_noloop == false)
4
{
5
    destroy_noloop = true;
6
    vspeed -= 2;
7
    gravity = 0.25;
8
}
9
image_alpha -= 0.1;
10
if (image_alpha <= 0)
11
    instance_destroy();
12
image_angle -= 20;