Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_boardtile_Other_20

(view raw script w/o annotations or w/e)
1
if (tiledone == 0)
2
{
3
    tilecon = 1;
4
    with (obj_board_controller)
5
        phase = 2;
6
}