Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_dungeon3_tenna_Step_0

(view raw script w/o annotations or w/e)
1
if (kris == 0)
2
{
3
    with (obj_mainchara_board)
4
    {
5
        if (name == "kris")
6
            other.kris = id;
7
    }
8
}
9
var tennawarpsound = 502;
10
if (active)
11
{
12
    if (mus_stop == 0)
13
    {
14
        mus_stop = 1;
15
        mus_fade(global.currentsong[1], 60);
16
        stopperblock = 1;
17
    }
18
}
19
var dside = 1;
20
if (con == 0)
21
{
22
    if (dist <= 96)
23
    {
24
        con++;
25
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
26
        msgsetloc(0, 
...Delay 11 HOW DID THINGS TURN OUT LIKE THIS...Wait for input
"..^1. HOW DID THINGS TURN OUT LIKE THIS.../", "obj_board_dungeon3_tenna_slash_Step_0_gml_29_0"
);
27
        msgnextloc(
...Delay 11 KEEPING POOR TORIEL ALL LOCKED UP...Wait for inputClose Message
"..^1. KEEPING POOR TORIEL ALL LOCKED UP.../%", "obj_board_dungeon3_tenna_slash_Step_0_gml_30_0"
);
28
        var d = bw_make();
29
        d.side = dside;
30
        global.interact = 1;
31
    }
32
}
33
if (con == 1 && !bw_ex())
34
{
35
    global.interact = 0;
36
    x += 128;
37
    snd_play(tennawarpsound);
38
    dist = 999;
39
    con++;
40
}
41
if (con == 2)
42
{
43
    if (dist <= 96)
44
    {
45
        con++;
46
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
47
        msgsetloc(0, 
IF ONLY HE HADN'T ABANDONED ME.Wait for input
"IF ONLY HE HADN'T ABANDONED ME./", "obj_board_dungeon3_tenna_slash_Step_0_gml_52_0"
);
48
        msgnextloc(
MY OLD PARTNER...Wait for inputClose Message
"MY OLD PARTNER.../%", "obj_board_dungeon3_tenna_slash_Step_0_gml_53_0"
);
49
        var d = bw_make();
50
        d.side = dside;
51
        global.interact = 1;
52
    }
53
}
54
if (con == 3 && !bw_ex())
55
{
56
    global.interact = 0;
57
    x += 256;
58
    snd_play(tennawarpsound);
59
    dist = 999;
60
    con++;
61
}
62
if (con == 4)
63
{
64
    if (dist <= 96)
65
    {
66
        con++;
67
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
68
        msgsetloc(0, 
I WAS GONNA PUT HIM ON TV!Delay 11 MAKE HIM A STAR!Wait for input
"I WAS GONNA PUT HIM ON TV^1! MAKE HIM A STAR!/", "obj_board_dungeon3_tenna_slash_Step_0_gml_76_0"
);
69
        msgnextloc(
I GAVE HIM EVERYTHING!Delay 11 EVERYTHING I HAD!Delay 11 MY LIFE ADVICE!Wait for inputClose Message
"I GAVE HIM EVERYTHING^1! EVERYTHING I HAD^1! MY LIFE ADVICE!/%", "obj_board_dungeon3_tenna_slash_Step_0_gml_77_0"
);
70
        var d = bw_make();
71
        d.side = dside;
72
        global.interact = 1;
73
    }
74
}
75
if (con == 5 && !bw_ex())
76
{
77
    global.interact = 0;
78
    x += 128;
79
    snd_play(tennawarpsound);
80
    dist = 999;
81
    con++;
82
}
83
if (con == 6)
84
{
85
    if (dist <= 96)
86
    {
87
        con++;
88
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
89
        msgsetloc(0, 
ALL. HE HAD. TO DO. WAS TELL ME WHAT HIS LITTLE SECRET WAS.Wait for input
"ALL. HE HAD. TO DO. WAS TELL ME WHAT HIS LITTLE SECRET WAS./", "obj_board_dungeon3_tenna_slash_Step_0_gml_99_0"
);
90
        msgnextloc(
HIS SECRET TO BEING A BIG SHOT...Wait for inputClose Message
"HIS SECRET TO BEING A BIG SHOT.../%", "obj_board_dungeon3_tenna_slash_Step_0_gml_100_0"
);
91
        var d = bw_make();
92
        d.side = dside;
93
        global.interact = 1;
94
    }
95
}
96
if (con == 7 && !bw_ex())
97
{
98
    global.interact = 0;
99
    x += 256;
100
    snd_play(tennawarpsound);
101
    dist = 999;
102
    con++;
103
}
104
if (con == 8)
105
{
106
    if (dist <= 128)
107
    {
108
        con++;
109
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
110
        msgsetloc(0, 
IT TOOK A LITTLE SWEET TALK...Wait for input
"IT TOOK A LITTLE SWEET TALK.../", "obj_board_dungeon3_tenna_slash_Step_0_gml_122_0"
);
111
        msgnextloc(
BUT JUST WHEN I HAD,Delay 11 FINALLY,Delay 11 FINALLY ? HA HA --Wait for input
"BUT JUST WHEN I HAD^1, FINALLY^1, FINALLY ? HA HA --/", "obj_board_dungeon3_tenna_slash_Step_0_gml_123_0"
);
112
        msgnextloc(
GOTTEN HIM TO SIGN THE DEAL.Wait for input
"GOTTEN HIM TO SIGN THE DEAL./", "obj_board_dungeon3_tenna_slash_Step_0_gml_124_0"
);
113
        msgnextloc(
HE SUDDENLY HAD TO TAKE A PHONE CALL.Wait for inputClose Message
"HE SUDDENLY HAD TO TAKE A PHONE CALL./%", "obj_board_dungeon3_tenna_slash_Step_0_gml_125_0"
);
114
        var d = bw_make();
115
        d.side = dside;
116
        global.interact = 1;
117
    }
118
}
119
if (con == 9 && !bw_ex())
120
{
121
    global.interact = 0;
122
    x += 128;
123
    snd_play(tennawarpsound);
124
    dist = 999;
125
    con++;
126
}
127
if (con == 10)
128
{
129
    if (dist <= 96)
130
    {
131
        con++;
132
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
133
        msgsetloc(0, 
BUT WHEN HE PICKED IT UP,Delay 11 HIS FACE TURNED PALE...Wait for input
"BUT WHEN HE PICKED IT UP^1, HIS FACE TURNED PALE.../", "obj_board_dungeon3_tenna_slash_Step_0_gml_146_0"
);
134
        msgnextloc(
AND HE RAN RIGHT OUT OF THE ROOM WITH THE RECEIVER HANGING!Wait for inputClose Message
"AND HE RAN RIGHT OUT OF THE ROOM WITH THE RECEIVER HANGING!/%", "obj_board_dungeon3_tenna_slash_Step_0_gml_147_0"
);
135
        var d = bw_make();
136
        d.side = dside;
137
        global.interact = 1;
138
    }
139
}
140
if (con == 11 && !bw_ex())
141
{
142
    global.interact = 0;
143
    x += 256;
144
    snd_play(tennawarpsound);
145
    dist = 999;
146
    con++;
147
}
148
if (con == 12)
149
{
150
    if (dist <= 96)
151
    {
152
        con++;
153
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
154
        msgsetloc(0, 
SO I WENT TO PICK IT UP...Delay 11Wait for input
"SO I WENT TO PICK IT UP..^1./", "obj_board_dungeon3_tenna_slash_Step_0_gml_169_0"
);
155
        msgnextloc(
THINKING IT WAS FINALLY MY CHANCE TO BE A BIG SHOT.Wait for input
"THINKING IT WAS FINALLY MY CHANCE TO BE A BIG SHOT./", "obj_board_dungeon3_tenna_slash_Step_0_gml_170_0"
);
156
        msgnextloc(
...Delay 11 BUT THERE WAS NOBODY THERE!Wait for inputClose Message
"..^1. BUT THERE WAS NOBODY THERE!/%", "obj_board_dungeon3_tenna_slash_Step_0_gml_171_0"
);
157
        var d = bw_make();
158
        d.side = dside;
159
        global.interact = 1;
160
    }
161
}
162
if (con == 13 && !bw_ex())
163
{
164
    global.interact = 0;
165
    x += 384;
166
    snd_play(tennawarpsound);
167
    dist = 999;
168
    con++;
169
}
170
if (con == 14)
171
{
172
    if (dist <= 128)
173
    {
174
        con++;
175
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
176
        msgsetloc(0, 
THAT LITTLE FREAK RIPPED ME OFF!Wait for input
"THAT LITTLE FREAK RIPPED ME OFF!/", "obj_board_dungeon3_tenna_slash_Step_0_gml_193_0"
);
177
        msgnextloc(
...Delay 11 I WISH THEY NEVER BROUGHT THAT LAPTOP HOME...Wait for inputClose Message
"..^1. I WISH THEY NEVER BROUGHT THAT LAPTOP HOME.../%", "obj_board_dungeon3_tenna_slash_Step_0_gml_194_0"
);
178
        var d = bw_make();
179
        d.side = dside;
180
        global.interact = 1;
181
    }
182
}
183
if (con == 15 && !bw_ex())
184
{
185
    global.interact = 0;
186
    dist = 999;
187
    con++;
188
}
189
if (con == 16)
190
{
191
    if (dist <= 64)
192
    {
193
        con++;
194
        y += 32;
195
        sprite_index = spr_board_npc_tenna;
196
        image_speed = 0;
197
        image_index = 0;
198
        
scr_speaker
scr_speaker

function
scr_speaker(arg0)
{ _speaker = arg0; global.typer = 5; if (global.darkzone == 1) global.typer = 6; if (global.fighting == 1) global.typer = 4; global.fc = 0; global.fe = 0; if (_speaker == "silent" && global.darkzone == 0) global.typer = 2; if (_speaker == "silent" && global.darkzone == 1) global.typer = 36; if (_speaker == "balloon" || _speaker == "enemy") global.typer = 50; if (_speaker == "sans") { global.typer = 14; global.fc = 6; } if (_speaker == "undyne" || _speaker == "und") { global.typer = 17; global.fc = 9; } if (_speaker == "temmie" || _speaker == "tem") global.typer = 21; if (_speaker == "jevil") global.typer = 35; if (_speaker == "catti") global.fc = 13; if (_speaker == "jockington" || _speaker == "joc") global.fc = 14; if (_speaker == "catty" || _speaker == "caddy") global.fc = 16; if (_speaker == "bratty" || _speaker == "bra") global.fc = 17; if (_speaker == "rouxls" || _speaker == "rou") global.fc = 18; if (_speaker == "burgerpants" || _speaker == "bur") global.fc = 19; if (_speaker == "spamton") { if (global.fighting == 0) global.typer = 66; else global.typer = 68; } if (_speaker == "sneo") global.typer = 67; if (_speaker == "tenna") { global.typer = 80; if (global.fighting == 1) global.typer = 81; } if (_speaker == "susie" || _speaker == "sus") { global.fc = 1; global.typer = 10; if (global.darkzone == 1) { global.typer = 30; if (global.fighting == 1) global.typer = 47; } } if (_speaker == "ralsei" || _speaker == "ral") { global.fc = 2; global.typer = 31; if (global.fighting == 1) global.typer = 45; if (global.flag[30 ralsei_hat_state] == 1) global.typer = 6; } if (_speaker == "noelle" || _speaker == "noe") { global.fc = 3; if (global.darkzone == 0) global.typer = 12; else global.typer = 56; if (global.fighting == 1) global.typer = 59; } if (_speaker == "toriel" || _speaker == "tor") { global.fc = 4; global.typer = 7; } if (_speaker == "asgore" || _speaker == "asg") { global.fc = 10; global.typer = 18; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; ...
("no_name");
199
        msgsetloc(0, 
K...Delay 11 KRIS!Delay 11 KRIS,Delay 11 I DIDN'T SEE YOU THERE!Wait for input
"K..^1. KRIS^1! KRIS^1, I DIDN'T SEE YOU THERE!/", "obj_board_dungeon3_tenna_slash_Step_0_gml_219_0"
);
200
        msgnextloc(
I...Delay 11 I DID WHAT YOU SAID,Delay 11 KRIS!Delay 11 HA...Delay 11 JUST LIKE OUR DEAL!Wait for input
"I..^1. I DID WHAT YOU SAID^1, KRIS^1! HA..^1. JUST LIKE OUR DEAL!/", "obj_board_dungeon3_tenna_slash_Step_0_gml_220_0"
);
201
        msgnextloc(
Y-YOU AREN'T GONNA TURN ME OFF AGAIN,Delay 11 ARE YOU...?Wait for inputClose Message
"Y-YOU AREN'T GONNA TURN ME OFF AGAIN^1, ARE YOU...?/%", "obj_board_dungeon3_tenna_slash_Step_0_gml_221_0"
);
202
        var d = bw_make();
203
        d.side = dside;
204
        global.interact = 1;
205
    }
206
}
207
if (con == 17 && !bw_ex())
208
{
209
    global.interact = 0;
210
    dist = 999;
211
    con++;
212
}
213
if (con == 18)
214
{
215
    if (place_meeting(x, y, obj_board_swordhitbox))
216
    {
217
        instance_create(x + 16, y + 16, obj_board_enemydefeatsplash);
218
        global.flag[1255 sword_route_kills]++;
219
        kris.swordlv++;
220
        kris.xp = 0;
221
        con++;
222
        setxy(room_width, room_height);
223
        with (obj_dungeon3_tennataps)
224
        {
225
            snd_stop(steps);
226
            instance_destroy();
227
        }
228
    }
229
}
230
if (con == 19)
231
{
232
    if (obj_board_camera.con != 0)
233
    {
234
        mus_play_ext("board_ocean.ogg", 1, 0.6);
235
        con++;
236
    }
237
}
238
if (
scr_board_onscreen
scr_board_onscreen

function
scr_board_onscreen()
{ if (x >= 128 && x < 512 && y >= 64 && y <= 320) return 1; else return 0; }
())
239
{
240
    if (i_ex(kris))
241
        dist = abs(x - kris.x);
242
    else
243
        dist = 99999;
244
}
245
if (stopperblock == 1)
246
{
247
    stopperblock = 2;
248
    blocker = instance_create(board_tilex(1) - 64, board_tiley(0), obj_board_solid);
249
    blocker.image_yscale = 10;
250
    debug_message("stopperblock!!");
251
}
252
if (stopperblock == 2)
253
{
254
    if (i_ex(blocker))
255
        blocker.x = board_tilex(1) - 64;
256
}