Undertale script viewer

← back to main script listing

gml_Object_obj_ripoff_undyne_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
global.mnfight = 2;
7
global.border = 18;
8
if (obj_heart.sprite_index == spr_heartgreen)
9
{
10
    global.border = 12;
11
    event_user(2);
12
}