Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_phase_2_bell_reappear_Step_0

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