Undertale script viewer

← back to main script listing

gml_Object_obj_mouthball_s_Alarm_0

(view raw script w/o annotations or w/e)
1
mb = instance_create(x, y, obj_mouthball_s);
2
mb.num = num - 1;
3
mb.parent = id;
4
mb.size = size - 0.1;
5
mb.siner = siner + 1;
6
if (mb.num > 0)
7
{
8
    with (mb)
9
        alarm[0] = 1;
gml_Object_obj_mouthball_s_Alarm_0.gml

mb = instance_create(x, y, obj_mouthball_s); mb.num = num - 1; mb.parent = id; mb.size = size - 0.1; mb.siner = siner + 1; if (mb.num > 0) { with (mb) alarm[0] = 1; }
10
}