Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_background_macro_froggit_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (fade_out == true)
4
{
5
    if (draw_alpha >= 0)
6
        draw_alpha -= 0.1
7
}