Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_controller_Alarm_2

(view raw script w/o annotations or w/e)
1
with (obj_caterpillarchara)
2
{
3
    if (fun == 1)
4
    {
5
        global.interact = 0;
6
        fun = 0;
7
        follow = true;
8
    }
9
}