|
1
|
if (bonetalk4 == 1)
|
|
2
|
{
|
|
3
|
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!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_papyrusboss_270") ;
|
|
4
|
if (murder == 1)
|
|
5
|
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...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_papyrusboss_272") ;
|
|
6
|
global.typer = 22;
|
|
7
|
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
|
|
8
|
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
|
|
9
|
bonetalk4 = 2;
|
|
10
|
}
|
|
11
|
if (bonetalk4 == 3)
|
|
12
|
{
|
|
13
|
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!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_papyrusboss_282") ;
|
|
14
|
if (murder == 1)
|
|
15
|
{
|
|
16
|
global.msg[0] = BUT...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_papyrusboss_285") ;
|
|
17
|
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN 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_papyrusboss_286") ;
|
|
18
|
global.msg[2] = YOU CAN DO A LITTLE BETTER!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_papyrusboss_287") ;
|
|
19
|
global.msg[3] = EVEN IF YOU DON'T THINK SO!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_papyrusboss_288") ;
|
|
20
|
global.msg[4] = I...Delay 11 I PROMISE...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_papyrusboss_289") ;
|
|
21
|
}
|
|
22
|
global.typer = 22;
|
|
23
|
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
|
|
24
|
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
|
|
25
|
bonetalk4 = 3.5;
|
|
26
|
}
|
|
27
|
alarm[10] = 2; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
28
|
if (bonetalk4 == 5)
|
|
29
|
{
|
|
30
|
bonetalk4 = 6;
|
|
31
|
event_user(2);
|
|
32
|
alarm[10] = -2; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
33
|
}
|
|
34
|
if (bonetalk4 == 4)
|
|
35
|
{
|
|
36
|
global.xp += 200;
|
|
37
|
dh.c = 7;
|
|
38
|
global.kills += 1;
|
|
39
|
alarm[10] = 150; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
40
|
bonetalk4 = 5;
|
|
41
|
}
|
|
42
|
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
|
|
43
|
{
|
|
44
|
with (blcon)
|
|
45
|
instance_destroy();
|
|
46
|
bonetalk4 = 4;
|
|
47
|
alarm[10] = 100; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
48
|
}
|
|
49
|
if (bonetalk4 == 2.5)
|
|
50
|
{
|
|
51
|
dh.c = 5;
|
|
52
|
bonetalk4 = 3;
|
|
53
|
alarm[10] = 80; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
54
|
}
|
|
55
|
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
|
|
56
|
{
|
|
57
|
dh.c = 4;
|
|
58
|
db.c = 4;
|
|
59
|
with (blcon)
|
|
60
|
instance_destroy();
|
|
61
|
alarm[10] = 30; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
62
|
bonetalk4 = 2.5;
|
|
63
|
}
|
|
64
|
if (bonetalk4 == 0)
|
|
65
|
{
|
|
66
|
dh.c = 1;
|
|
67
|
alarm[10] = 60; gml_Object_obj_papyrusboss_Alarm_10.gml
if (bonetalk4 == 1)
{
global.msg[0] = ALAS,Delay 11 POOR PAPYRUS!Wait for inputClose MessageClose Message ;
if (murder == 1)
global.msg[0] = W-WELL,Delay 11 THAT'S NOT WHAT I EXPECTED...Wait for inputClose MessageClose Message ;
global.typer = 22;
blcon = instance_create(x + 145, y + 52, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 2;
}
if (bonetalk4 == 3)
{
global.msg[0] = WELL,Delay 11 AT LEAST I STILL HAVE MY HEAD!Wait for inputClose MessageClose Message ;
if (murder == 1)
{
global.msg[0] = ;
global.msg[1] = ST...Delay 11 STILL!Delay 11 I BELIEVE IN YOU!Wait for input ;
global.msg[2] = YOU CAN DO A LITTLE BETTER!Wait for input ;
global.msg[3] = EVEN IF YOU DON'T THINK SO!Wait for input ;
global.msg[4] = I...Delay 11 I PROMISE...Wait for inputClose MessageClose Message ;
}
global.typer = 22;
blcon = instance_create(x + 145, y + 104, obj_blconwdflowey);
blconwdS = instance_create(blcon.x + blcon_textofs, blcon.y + 10, OBJ_NOMSCWRITER);
bonetalk4 = 3.5;
}
alarm[10] = 2;
if (bonetalk4 == 5)
{
bonetalk4 = 6;
event_user(2);
alarm[10] = -2;
}
if (bonetalk4 == 4)
{
global.xp += 200;
dh.c = 7;
global.kills += 1;
alarm[10] = 150;
bonetalk4 = 5;
}
if (bonetalk4 == 3.5 && instance_exists(OBJ_WRITER) == 0)
{
with (blcon)
instance_destroy();
bonetalk4 = 4;
alarm[10] = 100;
}
if (bonetalk4 == 2.5)
{
dh.c = 5;
bonetalk4 = 3;
alarm[10] = 80;
}
if (bonetalk4 == 2 && instance_exists(OBJ_WRITER) == 0)
{
dh.c = 4;
db.c = 4;
with (blcon)
instance_destroy();
alarm[10] = 30;
bonetalk4 = 2.5;
}
if (bonetalk4 == 0)
{
dh.c = 1;
alarm[10] = 60;
bonetalk4 = 1;
}
|
|
68
|
bonetalk4 = 1;
|
|
69
|
}
|