Deltarune script viewer

← back to main script listing

gml_Object_obj_mouseTowerTrigger_Other_10

(view raw script w/o annotations or w/e)
1
if (rotate == false && timer > 1 && global.facing == 2 && global.flag[379 noelle_beat_fear] == 0)
2
{
3
    global.interact = 1;
4
    rotate = true;
5
    timer = 0;
6
}