Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_controller_Step_0

(view raw script w/o annotations or w/e)
1
if (room == room_board_2)
2
{
3
    if (bosstree == 0)
4
    {
5
        with (obj_board_tree_grayscale)
6
        {
7
            if (boss == true)
8
                other.bosstree = id;
9
        }
10
    }
11
}