|
1
|
if (con == 1)
|
|
2
|
{
|
|
3
|
obj_mainchara.x -= 3;
|
|
4
|
global.interact = 1;
|
|
5
|
fade = instance_create(0, 0, obj_musfadeout);
|
|
6
|
fade.fadespeed = 0.02;
|
|
7
|
global.currentsong = caster_load("music/undynescary.ogg");
|
|
8
|
song2 = caster_load("music/undynetheme.ogg");
|
|
9
|
obj_mainchara.cutscene = 1;
|
|
10
|
con = 1.5;
|
|
11
|
alarm[4] = 10; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
12
|
originy = view_yview[0];
|
|
13
|
}
|
|
14
|
if (con == 2.5)
|
|
15
|
{
|
|
16
|
if (view_yview[0] > 80)
|
|
17
|
{
|
|
18
|
view_yview[0] -= 2;
|
|
19
|
}
|
|
20
|
else if (global.flag[67 status_papyrus] != 1)
|
|
21
|
{
|
|
22
|
papyrus.hspeed = 2;
|
|
23
|
papyrus.image_speed = 0.25;
|
|
24
|
con = 2.6;
|
|
25
|
alarm[4] = 50; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
26
|
}
|
|
27
|
else
|
|
28
|
{
|
|
29
|
con = 90;
|
|
30
|
caster_loop(global.currentsong, 0, 1);
|
|
31
|
t = instance_create(0, 0, obj_musfadein);
|
|
32
|
t.fadespeed = 0.02;
|
|
33
|
alarm[4] = 240; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
34
|
}
|
|
35
|
}
|
|
36
|
if (con == 3.6)
|
|
37
|
{
|
|
38
|
papyrus.hspeed = 0;
|
|
39
|
papyrus.image_index = 0;
|
|
40
|
papyrus.image_speed = 0;
|
|
41
|
con = 3;
|
|
42
|
alarm[4] = 40; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
43
|
}
|
|
44
|
if (con == 4)
|
|
45
|
{
|
|
46
|
global.msc = 0;
|
|
47
|
caster_loop(global.currentsong, 0, 1);
|
|
48
|
t = instance_create(0, 0, obj_musfadein);
|
|
49
|
t.fadespeed = 0.02;
|
|
50
|
global.typer = 5;
|
|
51
|
global.facechoice = 0;
|
|
52
|
global.faceemotion = 0;
|
|
53
|
global.msg[0] = \TP Close Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_154") ;
|
|
54
|
global.msg[1] = \M5H...Delay 11 HI,Delay 11 UNDYNE! I'M HERE WITH MY DAILY REPORT...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_155") ;
|
|
55
|
global.msg[2] = UHHH... REGARDING THAT HUMAN I CALLED YOU ABOUT EARLIER...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_156") ;
|
|
56
|
global.msg[3] = \M0I THINK,Delay 11 UH... HOW DO I...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_157") ;
|
|
57
|
global.msg[3] = \M1.\M6.. HUH?Delay 11 DID I FIGHT THEM?Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_158") ;
|
|
58
|
global.msg[4] = \M4Y-YES!Delay 11 OF COURSE I DID!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_159") ;
|
|
59
|
global.msg[5] = \M4I FOUGHT THEM VALIANTLY!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_160") ;
|
|
60
|
global.msg[6] = \M5...WHAT?Delay 11\M1 DID I CAPTURE THEM...?Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_161") ;
|
|
61
|
global.msg[7] = \M0W-W-WELL...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_162") ;
|
|
62
|
global.msg[8] = \M1NO.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_163") ;
|
|
63
|
global.msg[9] = \M1I TRIED VERY HARD,Delay 11 UNDYNE,Delay 11 BUT IN THE END...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_164") ;
|
|
64
|
global.msg[10] = \M0I FAILED.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_165") ;
|
|
65
|
global.msg[11] = \M6... W-WHAT?Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_166") ;
|
|
66
|
global.msg[12] = \M1YOU'RE GOING TO TAKE THE HUMAN'S SOUL YOURSELF...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_167") ;
|
|
67
|
global.msg[13] = \M5BUT UNDYNE,Delay 11 YOU DON'T H-HAVE TO DESTROY THEM!Delay 11 \M0YOU SEE...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_168") ;
|
|
68
|
global.msg[14] = \M1YOU SEE...Wait for inputClose MessageClose Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_169") ;
|
|
69
|
global.msg[15] = \M6...Delay 11 ...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_170") ;
|
|
70
|
global.msg[16] = ... I UNDERSTAND.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_171") ;
|
|
71
|
global.msg[17] = I'LL HELP YOU IN ANY WAY I CAN.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_172") ;
|
|
72
|
global.msg[18] = \TS Close Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_173") ;
|
|
73
|
global.msg[19] = * Click...Wait for inputClose MessageClose Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_174") ;
|
|
74
|
g = instance_create(0, 0, obj_dialoguer);
|
|
75
|
g.side = 1;
|
|
76
|
OBJ_WRITER.y += 155;
|
|
77
|
con = 80;
|
|
78
|
minicon = 0;
|
|
79
|
papx = papyrus.x;
|
|
80
|
}
|
|
81
|
if (con == 80 && instance_exists(OBJ_WRITER) == 1)
|
|
82
|
{
|
|
83
|
if (minicon == 0)
|
|
84
|
{
|
|
85
|
if (OBJ_WRITER.stringno == 13 || OBJ_WRITER.stringno == 14)
|
|
86
|
{
|
|
87
|
if (papyrus.sprite_index == spr_papyrus_r_stark && papyrus.x < (papx + 60))
|
|
88
|
{
|
|
89
|
papyrus.image_speed = 0.25;
|
|
90
|
papyrus.x += 1;
|
|
91
|
}
|
|
92
|
else
|
|
93
|
{
|
|
94
|
papyrus.image_index = 0;
|
|
95
|
papyrus.image_speed = 0;
|
|
96
|
}
|
|
97
|
}
|
|
98
|
}
|
|
99
|
}
|
|
100
|
if (con == 80 && instance_exists(OBJ_WRITER) == 0)
|
|
101
|
{
|
|
102
|
undyne.sprite_index = spr_undynea_starkl;
|
|
103
|
papyrus.hspeed = -0.5;
|
|
104
|
papyrus.image_speed = 0.25;
|
|
105
|
con = 80.5;
|
|
106
|
alarm[4] = 40; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
107
|
}
|
|
108
|
if (con == 81.5)
|
|
109
|
{
|
|
110
|
papyrus.image_index = 0;
|
|
111
|
papyrus.hspeed = 0;
|
|
112
|
papyrus.image_speed = 0;
|
|
113
|
con = 81;
|
|
114
|
alarm[4] = 90; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
115
|
}
|
|
116
|
if (con == 82 && instance_exists(OBJ_WRITER) == 0)
|
|
117
|
{
|
|
118
|
global.msg[0] = \M0...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_217") ;
|
|
119
|
global.msg[1] = \M1... I UNDERSTAND.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_218") ;
|
|
120
|
global.msg[2] = I'LL HELP YOU IN ANY WAY I CAN.Wait for inputClose MessageClose Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_219") ;
|
|
121
|
g = instance_create(0, 0, obj_dialoguer);
|
|
122
|
g.side = 1;
|
|
123
|
OBJ_WRITER.y += 155;
|
|
124
|
con = 5;
|
|
125
|
}
|
|
126
|
if (con == 5 && instance_exists(OBJ_WRITER) == 0)
|
|
127
|
{
|
|
128
|
global.flag[20 animation_index] = 3;
|
|
129
|
papyrus.hspeed = -3;
|
|
130
|
papyrus.image_speed = 0.25;
|
|
131
|
con = 5.1;
|
|
132
|
gg = instance_create(0, 0, obj_musfadeout);
|
|
133
|
gg.fadespeed = 0.02;
|
|
134
|
global.currentsong = song2;
|
|
135
|
}
|
|
136
|
if (con == 5.1)
|
|
137
|
{
|
|
138
|
if (view_yview[0] < originy)
|
|
139
|
view_yview[0] += 2;
|
|
140
|
else
|
|
141
|
con = 5.2;
|
|
142
|
}
|
|
143
|
if (con == 5.2)
|
|
144
|
{
|
|
145
|
obj_mainchara.cutscene = 0;
|
|
146
|
global.interact = 0;
|
|
147
|
con = 6;
|
|
148
|
helltrigger = 0;
|
|
149
|
}
|
|
150
|
if (con == 6 && helltrigger > 5)
|
|
151
|
{
|
|
152
|
alarm[4] = 4; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
153
|
con = 6.1;
|
|
154
|
}
|
|
155
|
if (con == 7.1)
|
|
156
|
{
|
|
157
|
obj_mainchara.cutscene = 1;
|
|
158
|
global.interact = 1;
|
|
159
|
con = 7.2;
|
|
160
|
obj_mainchara.x = obj_mainchara.xprevious;
|
|
161
|
obj_mainchara.y = obj_mainchara.yprevious;
|
|
162
|
}
|
|
163
|
if (con == 7.2)
|
|
164
|
{
|
|
165
|
if (view_yview[0] > 80)
|
|
166
|
view_yview[0] -= 10;
|
|
167
|
else
|
|
168
|
con = 8;
|
|
169
|
}
|
|
170
|
if (con == 8)
|
|
171
|
{
|
|
172
|
global.interact = 1;
|
|
173
|
instance_create(undyne.x + 10, undyne.y - 10, obj_cosmeticblcon);
|
|
174
|
undyne.sprite_index = spr_undyne_starkd;
|
|
175
|
snd_play(snd_b);
|
|
176
|
con = 9;
|
|
177
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
178
|
}
|
|
179
|
if (con == 10)
|
|
180
|
{
|
|
181
|
snd_stop(snd_b);
|
|
182
|
caster_loop(global.currentsong, 1, 1);
|
|
183
|
con = 11;
|
|
184
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
185
|
}
|
|
186
|
if (con == 12)
|
|
187
|
{
|
|
188
|
undyne.vspeed = 0.5;
|
|
189
|
undyne.image_speed = 0.2;
|
|
190
|
alarm[4] = 30; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
191
|
con = 14.6;
|
|
192
|
}
|
|
193
|
if (con == 14)
|
|
194
|
{
|
|
195
|
undyne.vspeed = 0;
|
|
196
|
undyne.sprite_index = spr_undyne_throw;
|
|
197
|
undyne.fun = 1;
|
|
198
|
undyne.image_index = 0;
|
|
199
|
undyne.image_speed = 0.3334;
|
|
200
|
con = 14.1;
|
|
201
|
}
|
|
202
|
if (con == 14.1)
|
|
203
|
{
|
|
204
|
if (undyne.image_index >= 9)
|
|
205
|
{
|
|
206
|
undyne.image_speed = 0;
|
|
207
|
undyne.image_index = 9;
|
|
208
|
alarm[4] = 100; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
209
|
con = 13.2;
|
|
210
|
}
|
|
211
|
}
|
|
212
|
if (con == 14.2)
|
|
213
|
{
|
|
214
|
undyne.image_index = 10;
|
|
215
|
undyne.image_speed = 0.035;
|
|
216
|
con = 14.3;
|
|
217
|
}
|
|
218
|
if (con == 14.3)
|
|
219
|
{
|
|
220
|
if (undyne.image_index >= 13)
|
|
221
|
{
|
|
222
|
undyne.image_speed = 0;
|
|
223
|
undyne.image_index = 13;
|
|
224
|
alarm[4] = 30; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
225
|
con = 13.4;
|
|
226
|
}
|
|
227
|
}
|
|
228
|
if (con == 14.4)
|
|
229
|
{
|
|
230
|
undyne.image_index = 9;
|
|
231
|
undyne.image_speed = -0.5;
|
|
232
|
con = 14.5;
|
|
233
|
}
|
|
234
|
if (con == 14.5)
|
|
235
|
{
|
|
236
|
if (undyne.image_index <= 1)
|
|
237
|
{
|
|
238
|
undyne.sprite_index = spr_undyne_starkd;
|
|
239
|
undyne.fun = 0;
|
|
240
|
undyne.image_speed = 0;
|
|
241
|
undyne.image_index = 0;
|
|
242
|
con = 18;
|
|
243
|
}
|
|
244
|
}
|
|
245
|
if (con == 15.6)
|
|
246
|
{
|
|
247
|
undyne.vspeed = 0;
|
|
248
|
undyne.image_speed = 0;
|
|
249
|
con = 15.1;
|
|
250
|
alarm[4] = 50; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
251
|
}
|
|
252
|
if (con == 16.1)
|
|
253
|
{
|
|
254
|
undyne.vspeed = 0.5;
|
|
255
|
undyne.image_speed = 0.2;
|
|
256
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
257
|
con = 15.2;
|
|
258
|
}
|
|
259
|
if (con == 16.2)
|
|
260
|
{
|
|
261
|
undyne.vspeed = 0;
|
|
262
|
undyne.image_speed = 0;
|
|
263
|
con = 13;
|
|
264
|
alarm[4] = 60; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
265
|
}
|
|
266
|
if (con == 18)
|
|
267
|
{
|
|
268
|
undyne.vspeed = 0;
|
|
269
|
undyne.image_speed = 0;
|
|
270
|
alarm[4] = 60; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
271
|
con = 19;
|
|
272
|
}
|
|
273
|
if (con == 20)
|
|
274
|
{
|
|
275
|
undyne.vspeed = -2;
|
|
276
|
undyne.image_speed = 0.2;
|
|
277
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
278
|
con = 21;
|
|
279
|
}
|
|
280
|
if (con == 22)
|
|
281
|
{
|
|
282
|
undyne.vspeed = 0;
|
|
283
|
undyne.image_speed = 0;
|
|
284
|
alarm[4] = 60; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
285
|
con = 23;
|
|
286
|
}
|
|
287
|
if (con == 24)
|
|
288
|
{
|
|
289
|
d = instance_create(undyne.x, undyne.y, obj_npc_marker);
|
|
290
|
d.sprite_index = spr_undyne_starkeye;
|
|
291
|
d.visible = true;
|
|
292
|
b = instance_create(0, 0, obj_musfadeout);
|
|
293
|
b.fadespeed = 0.01;
|
|
294
|
con = 25;
|
|
295
|
snd_play(snd_undynedis);
|
|
296
|
}
|
|
297
|
if (con == 25)
|
|
298
|
{
|
|
299
|
if (undyne.image_alpha > 0)
|
|
300
|
undyne.image_alpha -= 0.02;
|
|
301
|
else
|
|
302
|
con = 26;
|
|
303
|
}
|
|
304
|
if (con == 26)
|
|
305
|
{
|
|
306
|
if (d.image_alpha > 0)
|
|
307
|
d.image_alpha -= 0.02;
|
|
308
|
else
|
|
309
|
con = 27;
|
|
310
|
}
|
|
311
|
if (con == 27)
|
|
312
|
{
|
|
313
|
if (view_yview[0] < originy)
|
|
314
|
view_yview[0] += 2;
|
|
315
|
else
|
|
316
|
con = 28;
|
|
317
|
}
|
|
318
|
if (con == 28)
|
|
319
|
{
|
|
320
|
obj_mainchara.cutscene = 0;
|
|
321
|
global.interact = 0;
|
|
322
|
with (obj_starker)
|
|
323
|
instance_destroy();
|
|
324
|
obj_mainchara.usprite = spr_maincharau;
|
|
325
|
obj_mainchara.rsprite = spr_maincharar;
|
|
326
|
obj_mainchara.lsprite = spr_maincharal;
|
|
327
|
obj_mainchara.dsprite = spr_maincharad;
|
|
328
|
con = 39;
|
|
329
|
}
|
|
330
|
if (con == 39)
|
|
331
|
{
|
|
332
|
if (collision_rectangle(60, 100, 80, 900, obj_mainchara, 0, 1) || collision_rectangle(430, 100, 440, 900, obj_mainchara, 0, 1))
|
|
333
|
{
|
|
334
|
caster_free(all);
|
|
335
|
global.currentsong = caster_load("music/waterfall.ogg");
|
|
336
|
global.interact = 1;
|
|
337
|
con = 40;
|
|
338
|
}
|
|
339
|
}
|
|
340
|
if (con == 40)
|
|
341
|
{
|
|
342
|
if (obj_mainchara.y > 276)
|
|
343
|
{
|
|
344
|
mkid.y = 260;
|
|
345
|
up = 0;
|
|
346
|
}
|
|
347
|
else
|
|
348
|
{
|
|
349
|
mkid.y = 286;
|
|
350
|
up = 1;
|
|
351
|
}
|
|
352
|
with (mkid)
|
|
353
|
depth = 900000;
|
|
354
|
if (obj_mainchara.x < 200)
|
|
355
|
{
|
|
356
|
left = 1;
|
|
357
|
mkid.hspeed = -4;
|
|
358
|
mkid.sprite_index = mkid.lsprite;
|
|
359
|
}
|
|
360
|
else
|
|
361
|
{
|
|
362
|
left = 0;
|
|
363
|
mkid.hspeed = 4;
|
|
364
|
}
|
|
365
|
con = 40.5;
|
|
366
|
alarm[4] = 28; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
367
|
if (left == 1)
|
|
368
|
alarm[4] = 36; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
369
|
}
|
|
370
|
if (con == 41.3)
|
|
371
|
con = 41.5;
|
|
372
|
if (con == 41.5)
|
|
373
|
{
|
|
374
|
mkid.hspeed = 0;
|
|
375
|
con = 42;
|
|
376
|
mkid.image_index = 0;
|
|
377
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
378
|
}
|
|
379
|
if (con == 43)
|
|
380
|
{
|
|
381
|
con = 44;
|
|
382
|
if (left == 1)
|
|
383
|
mkid.sprite_index = mkid.rsprite;
|
|
384
|
else
|
|
385
|
mkid.sprite_index = mkid.lsprite;
|
|
386
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
387
|
}
|
|
388
|
if (con == 45)
|
|
389
|
{
|
|
390
|
if (up == 1)
|
|
391
|
mkid.sprite_index = mkid.usprite;
|
|
392
|
if (up == 0)
|
|
393
|
mkid.sprite_index = mkid.dsprite;
|
|
394
|
con = 46;
|
|
395
|
alarm[4] = 20; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
396
|
}
|
|
397
|
if (con == 47)
|
|
398
|
{
|
|
399
|
if (left == 1)
|
|
400
|
mkid.sprite_index = mkid.ltsprite;
|
|
401
|
else
|
|
402
|
mkid.sprite_index = mkid.rtsprite;
|
|
403
|
mkid.myinteract = 3;
|
|
404
|
global.typer = 5;
|
|
405
|
global.msc = 0;
|
|
406
|
global.facechoice = 0;
|
|
407
|
if (global.flag[67 status_papyrus] != 1)
|
|
408
|
{
|
|
409
|
global.msg[0] = * Yo...Delay 11 did you see the way she was staring at you...?Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_537") ;
|
|
410
|
global.msg[1] = * That...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_538") ;
|
|
411
|
global.msg[2] = * ... was AWESOME!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_539") ;
|
|
412
|
global.msg[3] = * I'm SOOOO jealous!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_540") ;
|
|
413
|
global.msg[4] = * What'd you do to get her attention...?Delay 11 * Ha ha.Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_541") ;
|
|
414
|
global.msg[5] = * C'mon!Delay 11 * Let's go watch her beat up some bad guys!Wait for inputClose MessageClose Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_542") ;
|
|
415
|
}
|
|
416
|
else
|
|
417
|
{
|
|
418
|
global.msg[0] = * Yo...Delay 11 did you see the way she was staring at you...?Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_546") ;
|
|
419
|
global.msg[1] = * That...Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_547") ;
|
|
420
|
global.msg[2] = * ... was AWESOME!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_548") ;
|
|
421
|
global.msg[3] = * I'm SOOOO jealous!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_549") ;
|
|
422
|
global.msg[4] = * She was just standing there waiting FOREVER,Delay 11 and then you just...!!!Wait for inputscr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_550") ;
|
|
423
|
global.msg[5] = * C'mon!Delay 11 * Let's go watch her beat up some bad guys!Wait for inputClose MessageClose Messagescr_gettextscr_gettext
var text_id = argument[0];
var text = ds_map_find_value(global.text_data_en, text_id);
if (is_undefined(text))
text = "";
if (global.language == "ja")
{
var loc_text = ds_map_find_value(global.text_data_ja, text_id);
if (!is_undefined(loc_text))
text = loc_text;
}
for (var i = 1; i <= (string_length(text) - 3); i++)
{
if (string_copy(text, i, 2) == "\[" && string_char_at(text, i + 3) == "]")
{
var sel = string_char_at(text, i + 2);
var replace;
if (sel == "C")
replace = global.charname;
else if (sel == "G")
replace = string(global.gold);
else if (sel == "I")
replace = global.itemname[global.menucoord[1]];
else if (sel == "1" && argument_count > 1)
replace = argument[1];
else if (sel == "2" && argument_count > 2)
replace = argument[2];
else if (sel == "3" && argument_count > 3)
replace = argument[3];
else if (sel == "4" && argument_count > 4)
replace = argument[4];
else if (sel == "5" && argument_count > 5)
replace = argument[5];
else if (sel == "6" && argument_count > 6)
replace = argument[6];
else if (sel == "7" && argument_count > 7)
replace = argument[7];
else if (sel == "8" && argument_count > 8)
replace = argument[8];
else if (sel == "9" && argument_count > 9)
replace = argument[9];
else
replace = "";
var before = string_copy(text, 1, i - 1);
var after = string_copy(text, i + 4, string_length(text));
text = before + replace + after;
i += (string_length(replace) - 1);
}
}
return text; ("obj_undyne1_551") ;
|
|
424
|
}
|
|
425
|
instance_create(0, 0, obj_dialoguer);
|
|
426
|
con = 48;
|
|
427
|
}
|
|
428
|
if (con == 48 && instance_exists(OBJ_WRITER) == 0)
|
|
429
|
{
|
|
430
|
mkid.hspeed = 6;
|
|
431
|
mkid.myinteract = 0;
|
|
432
|
mkid.image_speed = 0.3;
|
|
433
|
mkid.sprite_index = mkid.rsprite;
|
|
434
|
con = 48.1;
|
|
435
|
if (left == 1)
|
|
436
|
alarm[4] = 6; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
437
|
else
|
|
438
|
alarm[4] = 16; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
439
|
}
|
|
440
|
if (con == 49.1)
|
|
441
|
{
|
|
442
|
mkid.hspeed = 0;
|
|
443
|
mkid.fun = 1;
|
|
444
|
mkid.image_index = 0;
|
|
445
|
mkid.image_speed = 0.334;
|
|
446
|
mkid.sprite_index = spr_mkid_trip_r;
|
|
447
|
con = 49.2;
|
|
448
|
}
|
|
449
|
if (con == 49.2)
|
|
450
|
{
|
|
451
|
if (mkid.image_index >= 19)
|
|
452
|
{
|
|
453
|
mkid.image_index = 0;
|
|
454
|
mkid.x += 13;
|
|
455
|
mkid.sprite_index = mkid.rsprite;
|
|
456
|
con = 49.3;
|
|
457
|
alarm[4] = 15; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
458
|
}
|
|
459
|
}
|
|
460
|
if (con == 50.3)
|
|
461
|
{
|
|
462
|
mkid.hspeed = 4;
|
|
463
|
alarm[4] = 30; gml_Object_obj_undyne1_Alarm_4.gml
con += 1;
|
|
464
|
con = 49;
|
|
465
|
}
|
|
466
|
if (con == 50)
|
|
467
|
{
|
|
468
|
global.interact = 0;
|
|
469
|
caster_loop(global.currentsong, 0.8, 1);
|
|
470
|
if (scr_murderlvscr_murderlv
mrd = 0;
if (global.flag[202 kills_ruins] >= 20)
mrd = 1;
if (mrd == 1 && global.flag[45 status_toriel] == 4)
mrd = 2;
if (mrd == 2 && global.flag[52 status_doggo] == 1)
mrd = 3;
if (mrd == 3 && global.flag[53 status_dogcouple] == 1)
mrd = 4;
if (mrd == 4 && global.flag[54 status_greaterdog] == 1)
mrd = 5;
if (mrd == 5 && global.flag[57 status_snowdrake] == 2)
mrd = 6;
if (mrd == 6 && global.flag[203 kills_tundra] >= 16)
mrd = 7;
if (mrd == 7 && global.flag[67 status_papyrus] == 1)
mrd = 8;
if (mrd == 8 && global.flag[81 status_shyren] == 1)
mrd = 9;
if (mrd == 9 && global.flag[252 killed_glad_dummy] == 1)
mrd = 10;
if (mrd == 10 && global.flag[204 kills_water] >= 18)
mrd = 11;
if (mrd == 11 && global.flag[251 killed_undyne_ex] == 1 && global.flag[350 status_undyne] == 1)
mrd = 12;
if (mrd == 12 && global.flag[402 killed_rg] == 1)
mrd = 13;
if (mrd == 13 && global.flag[397 killed_muffet] == 1)
mrd = 14;
if (mrd == 14 && global.flag[205 kills_hotland] >= 40)
mrd = 15;
if (mrd == 15 && global.flag[425 killed_mettaton] == 1 && global.flag[27 spared_specific] == 0)
mrd = 16;
murderboy = mrd;
if (global.flag[26 murderlevel_override] > 0)
mrd = global.flag[26 murderlevel_override];
return mrd; () >= 8 && global.flag[27 spared_specific] == 0)
|
|
471
|
caster_set_pitch(global.currentsong, 0.15);
|
|
472
|
con = 51;
|
|
473
|
global.plot = 106;
|
|
474
|
instance_destroy();
|
|
475
|
}
|
|
476
|
if (con == 90)
|
|
477
|
{
|
|
478
|
}
|
|
479
|
if (con == 91)
|
|
480
|
{
|
|
481
|
gg = instance_create(0, 0, obj_musfadeout);
|
|
482
|
gg.fadespeed = 0.02;
|
|
483
|
global.currentsong = song2;
|
|
484
|
con = 5.1;
|
|
485
|
}
|