Undertale script viewer

← back to main script listing

gml_Object_obj_undyneboss_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
if (borderspec == 0)
9
    global.border = 7;
10
if (obj_heart.sprite_index == spr_heartgreen)
11
{
12
    global.border = 12;
13
    event_user(2);
14
}