Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_boardtile_Step_0
(
view raw script w/o annotations or w/e
)
1
if (tilecon == 1)
2
tilecon = 99;
3
if (tilecon == 99)
4
{
5
tilecon = 0;
6
tiledone = 1;
7
}