Undertale script viewer

← back to main script listing

gml_Object_obj_maddummy_Other_13

(view raw script w/o annotations or w/e)
1
alarm[10] = 30;
gml_Object_obj_maddummy_Alarm_10.gml

if (con2 == 0) { next = 0; con2 = 1; talko = 3; global.typer = 33; global.msg[0] =
\E1OWWWW,Delay 11 you
DUMMIES!!Wait for input
scr_gettext("obj_maddummy_259")
; global.msg[1] =
\XWatch where you're
aiming your \RMAGIC\X
attacks!Wait for input
scr_gettext("obj_maddummy_260")
; global.msg[2] =
\E3...Wait for input
scr_gettext("obj_maddummy_261")
; global.msg[3] =
\XHey!Delay 11
You!Delay 11 \E2Forget
I said anything
about \RMAGIC\X!!!Wait for inputClose MessageClose Message
scr_gettext("obj_maddummy_262")
; blcon = instance_create(xstart + 100, ystart, obj_blconwdflowey); blconwdS = instance_create(blcon.x + 25, blcon.y + 10, OBJ_NOMSCWRITER); }
2
if (con2 == 0)
3
{
4
    next = 0;
5
    with (mypart1)
6
    {
7
        rotmod = 0.4;
8
        speedmod = 1;
9
    }
10
}
11
hp -= 1;
12
if (hp < 275 && con2 < 3)
13
    con2 = 3;
14
if (hp <= 195 && con2 == 5)
15
{
16
    next = 0;
17
    con2 = 6;
18
    move_towards_point(xstart, ystart, 8);
19
    global.turntimer += 80;
20
}
21
if (con2 == 14)
22
    con2 = 15;
23
if (con2 == 28)
24
{
25
    with (OBJ_WRITER)
26
        instance_destroy();
27
    with (blcon)
28
        instance_destroy();
29
    con2 = 29;
30
    caster_free(global.batmusic);
31
    with (mypart1)
32
    {
33
        rotmod = 0;
34
        speedmod = 0;
35
    }
36
    alarm[4] = 60;
37
}