Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_hotland_roof_cutscene_pacifist_Draw_73

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
draw_set_color(c_white)
4
draw_set_alpha(draw_alpha_white)
5
draw_rectangle(0, 0, room_width, room_height, false)
6
draw_set_alpha(1)