Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_enable_battle_box_surface

(view raw script w/o annotations or w/e)
1
function scr_enable_battle_box_surface
scr_enable_battle_box_surface

function scr_enable_battle_box_surface() //gml_Script_scr_enable_battle_box_surface { if (!instance_exists(obj_surface_drawer)) instance_create_depth(0, 0, -999, obj_surface_drawer) }
() //gml_Script_scr_enable_battle_box_surface
2
{
3
    if (!instance_exists(obj_surface_drawer))
4
        instance_create_depth(0, 0, -999, obj_surface_drawer)
5
}