Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_scr_resolve_documents_text

(view raw script w/o annotations or w/e)
1
function scr_resolve_documents_text_2x()
2
{
3
    var left_papers_is_first = scr_flag_get_ext(1817, 2);
4
    var right_papers_is_first = scr_flag_get_ext(1817, 3);
5
    if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1))
6
    {
7
        
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 == "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 (global.darkzone == 1) global.typer = 89; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; if (global.chapter == 1) { if (global.plot < 235) global.typer = 36; ...
("no_name");
8
        msgsetloc(0, 
* (A pile of documents...)Wait for inputClose Message
"* (A pile of documents...)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_6_0"
);
9
    }
10
    else
11
    {
12
        
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 == "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 (global.darkzone == 1) global.typer = 89; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; if (global.chapter == 1) { if (global.plot < 235) global.typer = 36; ...
("ralsei");
13
        msgsetloc(0, 
Face 8* ...Delay 11 why didn't I know about this?Wait for input
"\\E8* ..^1. why didn't I know about this?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_10_0"
);
14
        msgnextloc(
Face R* Wouldn't it be...Delay 11 important...?Wait for inputClose Message
"\\ER* Wouldn't it be..^1. important...?/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_11_0"
);
15
    }
16
}
17
18
function scr_resolve_documents_fusuma_text()
19
{
20
    
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 == "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 (global.darkzone == 1) global.typer = 89; } if (_speaker == "king" || _speaker == "kin") { global.fc = 20; global.typer = 33; if (global.chapter == 1) { if (global.plot < 235) global.typer = 36; ...
("no_name");
21
    msgsetloc(0, 
* (If you look closely,Delay 11 the wallpaper resembles your father's handwriting...)Wait for input
"* (If you look closely^1, the wallpaper resembles your father's handwriting...)/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_17_0"
);
22
    msgnextloc(
* (But,Delay 11 the letters are all tangled up.)Wait for inputClose Message
"* (But^1, the letters are all tangled up.)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_18_0"
);
23
    myinteract = 3;
24
    global.interact = 1;
25
    mydialoguer = instance_create(0, 0, obj_dialoguer);
26
}
27
28
function scr_check_documents_read()
29
{
30
    var left_papers_is_first = scr_flag_get_ext(1817, 2);
31
    var right_papers_is_first = scr_flag_get_ext(1817, 3);
32
    if (!left_papers_is_first && !right_papers_is_first)
33
    {
34
        if (instance_exists(obj_dw_fcastle_bounce_1))
35
            left_papers_is_first = true;
36
        else
37
            right_papers_is_first = true;
38
    }
39
    if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1))
40
        return scr_flag_get_ext(1817, 0, 2) >= 1;
41
    else
42
        return scr_flag_get_ext(1817, 0, 2) >= 2;
43
}
44
45
function 
scr_resolve_documents_text
scr_resolve_documents_text

function scr_resolve_documents_text_2x() { var left_papers_is_first = scr_flag_get_ext(1817, 2); var right_papers_is_first = scr_flag_get_ext(1817, 3); if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1)) {
scr_speaker("no_name");
msgsetloc(0,
* (A pile of documents...)Wait for inputClose Message
"* (A pile of documents...)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_6_0"
);
} else {
scr_speaker("ralsei");
msgsetloc(0,
Face 8* ...Delay 11 why didn't I know about this?Wait for input
"\\E8* ..^1. why didn't I know about this?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_10_0"
);
msgnextloc(
Face R* Wouldn't it be...Delay 11 important...?Wait for inputClose Message
"\\ER* Wouldn't it be..^1. important...?/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_11_0"
);
} } function scr_resolve_documents_fusuma_text() {
scr_speaker("no_name");
msgsetloc(0,
* (If you look closely,Delay 11 the wallpaper resembles your father's handwriting...)Wait for input
"* (If you look closely^1, the wallpaper resembles your father's handwriting...)/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_17_0"
);
msgnextloc(
* (But,Delay 11 the letters are all tangled up.)Wait for inputClose Message
"* (But^1, the letters are all tangled up.)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_18_0"
);
myinteract = 3; global.interact = 1; mydialoguer = instance_create(0, 0, obj_dialoguer); } function scr_check_documents_read() { var left_papers_is_first = scr_flag_get_ext(1817, 2); var right_papers_is_first = scr_flag_get_ext(1817, 3); if (!left_papers_is_first && !right_papers_is_first) { if (instance_exists(obj_dw_fcastle_bounce_1)) left_papers_is_first = true; else right_papers_is_first = true; } if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1)) return scr_flag_get_ext(1817, 0, 2) >= 1; else return scr_flag_get_ext(1817, 0, 2) >= 2; } function
scr_resolve_documents_text()
{ var left_papers_is_first = scr_flag_get_ext(1817, 2); var right_papers_is_first = scr_flag_get_ext(1817, 3); if (!left_papers_is_first && !right_papers_is_first) { if (instance_exists(obj_dw_fcastle_bounce_1)) { left_papers_is_first = true; scr_flag_set_ext(1817, 2, 1); } else { right_papers_is_first = true; scr_flag_set_ext(1817, 3, 1); } } if (room == room_dw_fcastle_right_wing_floweryscene)
c_msgside("top");
if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1)) {
c_speaker("susie");
c_msgsetloc(0, 
Face D* These old documents...Delay 11 Kris,Delay 11 did your dad write these...?Wait for input
"\\ED* These old documents..^1. Kris^1, did your dad write these...?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_69_0"
);
c_msgnextloc(
Face Z* ...Delay 11 but,Delay 11 wait...Delay 11 the text is all messed up.Wait for input
"\\EZ* ..^1. but^1, wait..^1. the text is all messed up./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_70_0"
);
c_msgnextloc(
Face 0* Ralsei,Delay 11 think you can figure it out?Wait for input
"\\E0* Ralsei^1, think you can figure it out?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_71_0"
);
c_facenext("ralsei", "6");
c_msgnextloc(
Face 6* I suppose I could...Delay 11 try.Wait for input
"\\E6* I suppose I could..^1. try./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_73_0"
);
c_msgnextloc(
Face c* If I can...Delay 11 just concentrate...Wait for input
"\\Ec* If I can..^1. just concentrate.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_74_0"
);
c_msgnextloc(
Face f* On where the letters are supposed to be,Delay 11 then...Wait for input
"\\Ef* On where the letters are supposed to be^1, then.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_75_0"
);
c_msgnextloc(
Face u* Ugh,Delay 11 I can't get it!Wait for input
"\\Eu* Ugh^1, I can't get it!/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_76_0"
);
c_msgnextloc(
Face R* ...Delay 11 it's...Wait for input
"\\ER* ..^1. it's.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_77_0"
);
c_msgnextloc(
Face 8* Something about...Wait for input
"\\E8* Something about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_78_0"
);
c_msgnextloc(
Face R* Something about...Delay 11 the Dark World.Wait for input
"\\ER* Something about..^1. the Dark World./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_79_0"
);
c_facenext("susie", "Z");
c_msgnextloc(
Face Z* Huh?Delay 11 ...Delay 11 wait,Delay 11 I don't get it.Delay 11 Why would your dad...Wait for input
"\\EZ* Huh^1? ..^1. wait^1, I don't get it^1. Why would your dad.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_84_0"
);
c_msgnextloc(
Face C* Have notes about the Dark World,Delay 11 if he just got here?Wait for input
"\\EC* Have notes about the Dark World^1, if he just got here?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_85_0"
);
c_facenext("ralsei", "6");
c_msgnextloc(
Face 6* No,Delay 11 Susie,Delay 11 it's about...Wait for input
"\\E6* No^1, Susie^1, it's about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_87_0"
);
c_msgnextloc(
Face R* ...Delay 11 it's something about...Wait for input
"\\ER* ..^1. it's something about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_88_0"
);
c_msgnextloc(
Face 8* A Dark World...Delay 11 a long time ago?Wait for input
"\\E8* A Dark World..^1. a long time ago?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_89_0"
);
c_facenext("susie", "Z");
c_msgnextloc(
Face Z* H...Delay 11 huh?Delay 11 Wait,Delay 11 why would there be...Wait for input
"\\EZ* H..^1. huh^1? Wait^1, why would there be.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_91_0"
);
c_msgnextloc(
Face V* ...Wait for input
"\\EV* .../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_92_0"
);
c_msgnextloc(
Face V* (How long...Delay 11 has the Dark World...Delay 11 existed...?)Wait for inputClose Message
"\\EV* (How long..^1. has the Dark World..^1. existed...?)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_93_0"
);
scr_flag_set_ext(1817, 0, max(scr_flag_get_ext(1817, 0, 2), 1), 2); } else {
c_speaker("ralsei");
c_msgsetloc(0, 
Face 6* It's another document written by Asgore...Delay 11 from...Delay 11 a day ago?Wait for input
"\\E6* It's another document written by Asgore..^1. from..^1. a day ago?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_99_0"
);
c_msgnextloc(
Face 8* This time it says something...Delay 11 about...Wait for input
"\\E8* This time it says something..^1. about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_100_0"
);
c_msgnextloc(
Face R* ...Delay 11 black...Delay 11 shards.Wait for input
"\\ER* ..^1. black..^1. shards./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_101_0"
);
if (global.flag[1047 knight_ch3_status] == 1) {
c_facenext("susie", "Z");
c_msgnextloc(
Face Z* You mean...Delay 11 that piece of the...Wait for input
"\\EZ* You mean..^1. that piece of the.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_104_0"
);
c_msgnextloc(
Face h* ...Delay 11 the Knight's sword?Wait for input
"\\Eh* ..^1. the Knight's sword?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_105_0"
);
...
()
46
{
47
    var left_papers_is_first = scr_flag_get_ext(1817, 2);
48
    var right_papers_is_first = scr_flag_get_ext(1817, 3);
49
    if (!left_papers_is_first && !right_papers_is_first)
50
    {
51
        if (instance_exists(obj_dw_fcastle_bounce_1))
52
        {
53
            left_papers_is_first = true;
54
            scr_flag_set_ext(1817, 2, 1);
55
        }
56
        else
57
        {
58
            right_papers_is_first = true;
59
            scr_flag_set_ext(1817, 3, 1);
60
        }
61
    }
62
    if (room == room_dw_fcastle_right_wing_floweryscene)
63
        
c_msgside
c_msgside

function
c_msgside(arg0)
{
c_cmd("msgside", arg0, 0, 0, 0);
}
("top");
64
    if (left_papers_is_first == instance_exists(obj_dw_fcastle_bounce_1))
65
    {
66
        
c_speaker
c_speaker

function
c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
}
("susie");
67
        
c_msgsetloc
c_msgsetloc

function
c_msgsetloc(arg0, arg1, arg2)
{ var msg_index = arg0; var english = arg1; var localized_string_id = arg2; var str = english; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgset(msg_index, str);
}
(0,
Face D* These old documents...Delay 11 Kris,Delay 11 did your dad write these...?Wait for input
"\\ED* These old documents..^1. Kris^1, did your dad write these...?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_69_0"
);
68
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* ...Delay 11 but,Delay 11 wait...Delay 11 the text is all messed up.Wait for input
"\\EZ* ..^1. but^1, wait..^1. the text is all messed up./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_70_0"
);
69
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 0* Ralsei,Delay 11 think you can figure it out?Wait for input
"\\E0* Ralsei^1, think you can figure it out?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_71_0"
);
70
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("ralsei", "6");
71
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 6* I suppose I could...Delay 11 try.Wait for input
"\\E6* I suppose I could..^1. try./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_73_0"
);
72
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face c* If I can...Delay 11 just concentrate...Wait for input
"\\Ec* If I can..^1. just concentrate.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_74_0"
);
73
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face f* On where the letters are supposed to be,Delay 11 then...Wait for input
"\\Ef* On where the letters are supposed to be^1, then.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_75_0"
);
74
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face u* Ugh,Delay 11 I can't get it!Wait for input
"\\Eu* Ugh^1, I can't get it!/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_76_0"
);
75
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* ...Delay 11 it's...Wait for input
"\\ER* ..^1. it's.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_77_0"
);
76
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 8* Something about...Wait for input
"\\E8* Something about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_78_0"
);
77
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* Something about...Delay 11 the Dark World.Wait for input
"\\ER* Something about..^1. the Dark World./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_79_0"
);
78
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "Z");
79
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* Huh?Delay 11 ...Delay 11 wait,Delay 11 I don't get it.Delay 11 Why would your dad...Wait for input
"\\EZ* Huh^1? ..^1. wait^1, I don't get it^1. Why would your dad.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_84_0"
);
80
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face C* Have notes about the Dark World,Delay 11 if he just got here?Wait for input
"\\EC* Have notes about the Dark World^1, if he just got here?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_85_0"
);
81
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("ralsei", "6");
82
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 6* No,Delay 11 Susie,Delay 11 it's about...Wait for input
"\\E6* No^1, Susie^1, it's about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_87_0"
);
83
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* ...Delay 11 it's something about...Wait for input
"\\ER* ..^1. it's something about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_88_0"
);
84
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 8* A Dark World...Delay 11 a long time ago?Wait for input
"\\E8* A Dark World..^1. a long time ago?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_89_0"
);
85
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "Z");
86
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* H...Delay 11 huh?Delay 11 Wait,Delay 11 why would there be...Wait for input
"\\EZ* H..^1. huh^1? Wait^1, why would there be.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_91_0"
);
87
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face V* ...Wait for input
"\\EV* .../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_92_0"
);
88
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face V* (How long...Delay 11 has the Dark World...Delay 11 existed...?)Wait for inputClose Message
"\\EV* (How long..^1. has the Dark World..^1. existed...?)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_93_0"
);
89
        scr_flag_set_ext(1817, 0, max(scr_flag_get_ext(1817, 0, 2), 1), 2);
90
    }
91
    else
92
    {
93
        
c_speaker
c_speaker

function
c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
}
("ralsei");
94
        
c_msgsetloc
c_msgsetloc

function
c_msgsetloc(arg0, arg1, arg2)
{ var msg_index = arg0; var english = arg1; var localized_string_id = arg2; var str = english; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgset(msg_index, str);
}
(0,
Face 6* It's another document written by Asgore...Delay 11 from...Delay 11 a day ago?Wait for input
"\\E6* It's another document written by Asgore..^1. from..^1. a day ago?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_99_0"
);
95
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face 8* This time it says something...Delay 11 about...Wait for input
"\\E8* This time it says something..^1. about.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_100_0"
);
96
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* ...Delay 11 black...Delay 11 shards.Wait for input
"\\ER* ..^1. black..^1. shards./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_101_0"
);
97
        if (global.flag[1047 knight_ch3_status] == 1)
98
        {
99
            
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "Z");
100
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* You mean...Delay 11 that piece of the...Wait for input
"\\EZ* You mean..^1. that piece of the.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_104_0"
);
101
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face h* ...Delay 11 the Knight's sword?Wait for input
"\\Eh* ..^1. the Knight's sword?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_105_0"
);
102
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* How would he know about the...Wait for input
"\\EZ* How would he know about the.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_106_0"
);
103
        }
104
        else
105
        {
106
            
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "Z");
107
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* Huh?Delay 11 What's a black shard?Wait for input
"\\EZ* Huh^1? What's a black shard?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_109_0"
);
108
            
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("ralsei", "R");
109
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* I...Delay 11 think it's...Wait for input
"\\ER* I..^1. think it's.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_111_0"
);
110
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Y* ...Delay 11 it's a piece of the Knight's...Delay 11 sword?Wait for input
"\\EY* ..^1. it's a piece of the Knight's..^1. sword?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_112_0"
);
111
            
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "Z");
112
            
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* Huh?Wait for input
"\\EZ* Huh?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_114_0"
);
113
        }
114
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("ralsei", "R");
115
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* It was left...Delay 11 at the...Delay 11 original scene...Wait for input
"\\ER* It was left..^1. at the..^1. original scene.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_119_0"
);
116
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* And...Delay 11 matched with...Delay 11 the...Wait for input
"\\ER* And..^1. matched with..^1. the.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_120_0"
);
117
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face C* ...?Wait for input
"\\EC* ...?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_121_0"
);
118
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Y* And...Delay 11 computer lab?Wait for input
"\\EY* And..^1. computer lab?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_122_0"
);
119
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "h");
120
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face h* H-huh?Delay 11 So wait,Delay 11 that Dark World from a long time ago...Wait for input
"\\Eh* H-huh^1? So wait^1, that Dark World from a long time ago.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_124_0"
);
121
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Z* And Cyber World...Delay 11 they were both...Wait for input
"\\EZ* And Cyber World..^1. they were both.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_125_0"
);
122
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face h* ...Delay 11 made by the Knight?Wait for input
"\\Eh* ..^1. made by the Knight?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_126_0"
);
123
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face b* How long has the Knight been making fountains?Wait for input
"\\Eb* How long has the Knight been making fountains?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_127_0"
);
124
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face d* Making people disappear...?Wait for input
"\\Ed* Making people disappear...?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_128_0"
);
125
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("ralsei", "Y");
126
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face Y* I...Delay 11 don't know.Delay 11 This doesn't make sense.Wait for input
"\\EY* I..^1. don't know^1. This doesn't make sense./", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_130_0"
);
127
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* The Knight...Delay 11 I thought they only showed up...Wait for input
"\\ER* The Knight..^1. I thought they only showed up.../", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_131_0"
);
128
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face e* ...Delay 11 alongside the heroes...Delay 11 right?Wait for input
"\\Ee* ..^1. alongside the heroes..^1. right?/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_132_0"
);
129
        
c_facenext
c_facenext

function
c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
}
("susie", "D");
130
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face D* (Kris...Delay 11 did something...Delay 11 happen all that time ago?)Wait for input
"\\ED* (Kris..^1. did something..^1. happen all that time ago?)/", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_134_0"
);
131
        
c_msgnextloc
c_msgnextloc

function
c_msgnextloc(arg0, arg1)
{ var str = arg0; var localized_string_id = arg1; if (!is_english()) str =
scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
}
(
Face R* (And that's...Delay 11 what made your dad...Delay 11 end up like that?)Wait for inputClose Message
"\\ER* (And that's..^1. what made your dad..^1. end up like that?)/%", "scr_resolve_documents_text_slash_scr_resolve_documents_text_gml_135_0"
);
132
        scr_flag_set_ext(1817, 0, max(scr_flag_get_ext(1817, 0, 2), 2), 2);
133
    }
134
}