Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b2_bino_v2_Other_10

(view raw script w/o annotations or w/e)
1
if (global.interact == 0 && con == 0 && buffer <= 0 && obj_board_camera.con == 0 && obj_board_camera.shift == "none")
2
{
3
    con = 1;
4
    global.interact = 1;
5
    with (obj_board_grayregion)
6
        instance_destroy();
7
}