Undertale script viewer

← back to main script listing

gml_Object_obj_4sidegen_Step_2

(view raw script w/o annotations or w/e)
1
if (global.turntimer < 1)
2
{
3
    global.turntimer = -1;
4
    global.mnfight = 3;
5
    if (instance_exists(obj_undyneboss))
6
        global.mnfight = 4;
7
    instance_destroy();
8
}