Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_board_gridreset

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

function
scr_board_gridreset()
{ with (obj_board_controller) grid_reset = true; }
()
2
{
3
    with (obj_board_controller)
4
        grid_reset = true;
5
}