Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ch3_tvsnow_Create_0

(view raw script w/o annotations or w/e)
1
if (view_current == 0)
2
{
3
    timer = 0;
4
    battledepth = 10;
5
    bgdepth = 1000301;
6
    xpos = 0;
7
    depth = bgdepth;
8
    battlealpha = 0;
9
    batcon = 0;
10
    if (global.chapter == 3)
11
    {
12
        if (room == room_dw_ranking_hub || room == room_dw_green_room)
13
            bgdepth = 400000;
14
    }
15
}