Undertale script viewer

← back to main script listing

gml_Object_obj_jerry_Alarm_5

(view raw script w/o annotations or w/e)
1
if (ditch == 0)
2
{
3
    with (blconwd)
4
        instance_destroy();
5
    with (blcon)
6
        instance_destroy();
7
    talked = 0;
8
    whatiheard = -1;
9
    global.mnfight = 2;
10
}