Undertale script viewer

← back to main script listing

gml_Object_obj_womandog_Alarm_5

(view raw script w/o annotations or w/e)
1
with (blconwd)
2
    instance_destroy();
3
with (blcon)
4
    instance_destroy();
5
talked = 0;
6
whatiheard = -1;
7
global.mnfight = 2;
8
global.border = 8;
9
if (instance_exists(obj_mandog))
10
{
11
    if (obj_mandog.mycommand <= 50)
12
        global.border = 9;
13
}