Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_rotationController_track_Other_10

(view raw script w/o annotations or w/e)
1
if (!d_ex())
2
{
3
    if (rotate == false && timer > 1 && global.flag[368 solved_mice_2] < 1)
4
    {
5
        buffer = 3;
6
        global.interact = 1;
7
        rotate = true;
8
        timer = 0;
9
    }
10
}