|
1
|
if (songplay == 0)
|
|
2
|
{
|
|
3
|
with (obj_mainchara)
|
|
4
|
visible = 0;
|
|
5
|
songplay = 1;
|
|
6
|
}
|
|
7
|
if (con == 0)
|
|
8
|
{
|
|
9
|
JA_XOFF = 0;
|
|
10
|
con = 1;
|
|
11
|
alarm[4] = 220; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
12
|
}
|
|
13
|
if (con == 1)
|
|
14
|
{
|
|
15
|
y -= 1;
|
|
16
|
image_index += 0.1;
|
|
17
|
global.interact = 1;
|
|
18
|
if (y == 360)
|
|
19
|
sussprite = spr_susier_bright;
|
|
20
|
if (y <= 352)
|
|
21
|
{
|
|
22
|
susx -= 1;
|
|
23
|
susindex -= 0.2;
|
|
24
|
}
|
|
25
|
}
|
|
26
|
if (con == 2)
|
|
27
|
{
|
|
28
|
image_speed = 0;
|
|
29
|
image_index = 0;
|
|
30
|
susindex = 0;
|
|
31
|
con = 2.1;
|
|
32
|
alarm[4] = 60; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
33
|
scr_delay_var("sussprite", 3314, 15);
|
|
34
|
scr_delay_var("sprite_index", 3309, 15);
|
|
35
|
}
|
|
36
|
if (con == 3.1)
|
|
37
|
{
|
|
38
|
JA_XOFF = langopt(0, 50);
|
|
39
|
global.typer = 79;
|
|
40
|
sprite_index = spr_krisu_bright;
|
|
41
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
42
|
msgsetloc(0, * ...Wait for input"* .../", "obj_ch4_DCC04_slash_Step_0_gml_80_0" );
|
|
43
|
msgnextloc(* Hey,Delay 11 Kris...Wait for input"* Hey^1, Kris.../", "obj_ch4_DCC04_slash_Step_0_gml_81_0" );
|
|
44
|
msgnextloc(* ...Wait for input"* .../", "obj_ch4_DCC04_slash_Step_0_gml_82_0" );
|
|
45
|
msgnextloc(* Can I tell youWait for input"* Can I tell you/", "obj_ch4_DCC04_slash_Step_0_gml_83_0" );
|
|
46
|
msgnextloc(* ...Delay 11 a stupid dream\nI have?Wait for inputClose Message"* ..^1. a stupid dream\nI have?/%", "obj_ch4_DCC04_slash_Step_0_gml_84_0" );
|
|
47
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
48
|
con = 4;
|
|
49
|
}
|
|
50
|
if (con == 4 && !instance_exists(obj_writer))
|
|
51
|
{
|
|
52
|
con = 5;
|
|
53
|
alarm[4] = 30; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
54
|
songplay = 1;
|
|
55
|
sussprite = spr_susie_up_head_down_bright;
|
|
56
|
}
|
|
57
|
if (con == 6 && !i_ex(obj_writer))
|
|
58
|
{
|
|
59
|
con = 7;
|
|
60
|
sussprite = spr_susieu_bright;
|
|
61
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
62
|
msgsetloc(0, * ...Wait for input"* .../", "obj_ch4_DCC04_slash_Step_0_gml_109_0" );
|
|
63
|
msgnextloc(* No matter whatWait for input"* No matter what/", "obj_ch4_DCC04_slash_Step_0_gml_110_0" );
|
|
64
|
msgnextloc(* I...Delay 11 want to keep\nbeing friends\nwith you and Ralsei.Wait for inputClose Message"* I..^1. want to keep\nbeing friends\nwith you and Ralsei./%", "obj_ch4_DCC04_slash_Step_0_gml_111_0" );
|
|
65
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
66
|
}
|
|
67
|
if (con == 7 && !i_ex(obj_writer))
|
|
68
|
{
|
|
69
|
con = 8;
|
|
70
|
alarm[4] = 30; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
71
|
}
|
|
72
|
if (con == 9 && !i_ex(obj_writer))
|
|
73
|
{
|
|
74
|
con = 10;
|
|
75
|
alarm[4] = 30; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
76
|
sussprite = spr_susie_up_head_down_bright;
|
|
77
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
78
|
msgsetloc(0, * When the sun\ncomes up again...Wait for input"* When the sun\ncomes up again.../", "obj_ch4_DCC04_slash_Step_0_gml_131_0" );
|
|
79
|
msgnextloc(* I want tomorrow\nto be the same\nas yesterday.Wait for input"* I want tomorrow\nto be the same\nas yesterday./", "obj_ch4_DCC04_slash_Step_0_gml_132_0" );
|
|
80
|
msgnextloc(* And the next dayWait for input"* And the next day/", "obj_ch4_DCC04_slash_Step_0_gml_133_0" );
|
|
81
|
msgnextloc(* To be just the\nsame as that.Wait for inputClose Message"* To be just the\nsame as that./%", "obj_ch4_DCC04_slash_Step_0_gml_134_0" );
|
|
82
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
83
|
}
|
|
84
|
if (con == 11 && !i_ex(obj_writer))
|
|
85
|
{
|
|
86
|
con = 12;
|
|
87
|
alarm[4] = 40; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
88
|
sussprite = spr_susieu_bright;
|
|
89
|
}
|
|
90
|
if (con == 13 && !i_ex(obj_writer))
|
|
91
|
{
|
|
92
|
con = 14;
|
|
93
|
sussprite = spr_susie_up_look_right_bright;
|
|
94
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
95
|
msgsetloc(0, * That in the endWait for input"* That in the end/", "obj_ch4_DCC04_slash_Step_0_gml_155_0" );
|
|
96
|
msgnextloc(* We can always go back\nto the way things were\nbefore.Wait for inputClose Message"* We can always go back\nto the way things were\nbefore./%", "obj_ch4_DCC04_slash_Step_0_gml_156_0" );
|
|
97
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
98
|
}
|
|
99
|
if (con == 14 && !i_ex(obj_writer))
|
|
100
|
{
|
|
101
|
con = 15;
|
|
102
|
alarm[4] = 40; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
103
|
}
|
|
104
|
if (con == 16 && !i_ex(obj_writer))
|
|
105
|
{
|
|
106
|
con = 17;
|
|
107
|
sussprite = spr_susie_up_head_down_bright;
|
|
108
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
109
|
msgsetloc(0, * ...Wait for input"* .../", "obj_ch4_DCC04_slash_Step_0_gml_174_0" );
|
|
110
|
msgnextloc(* You don't have\nto say anything back,Delay 11\nKris.Wait for input"* You don't have\nto say anything back^1,\nKris./", "obj_ch4_DCC04_slash_Step_0_gml_175_0" );
|
|
111
|
msgnextloc(* I...Wait for input"* I.../", "obj_ch4_DCC04_slash_Step_0_gml_176_0" );
|
|
112
|
msgnextloc(* ...Wait for input"* .../", "obj_ch4_DCC04_slash_Step_0_gml_177_0" );
|
|
113
|
msgnextloc(* I know...Wait for input"* I know.../", "obj_ch4_DCC04_slash_Step_0_gml_178_0" );
|
|
114
|
msgnextloc(* You're thinking the\nsame thingWait for inputClose Message"* You're thinking the\nsame thing/%", "obj_ch4_DCC04_slash_Step_0_gml_179_0" );
|
|
115
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
116
|
}
|
|
117
|
if (con == 17 && !i_ex(obj_writer))
|
|
118
|
{
|
|
119
|
con = 18;
|
|
120
|
alarm[4] = 40; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
121
|
sussprite = spr_susier_bright;
|
|
122
|
sprite_index = spr_krisl_bright;
|
|
123
|
}
|
|
124
|
if (con == 19 && !instance_exists(obj_writer))
|
|
125
|
{
|
|
126
|
con = 20;
|
|
127
|
alarm[4] = 40; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
128
|
scr_speakerscr_speaker
function scr_speaker(arg0)
{
_speaker = arg0;
global.typer = 5;
if (global.darkzone == 1)
global.typer = 6;
if (global.fighting == 1)
global.typer = 4;
global.fc = 0;
global.fe = 0;
if (_speaker == "silent" && global.darkzone == 0)
global.typer = 2;
if (_speaker == "silent" && global.darkzone == 1)
global.typer = 36;
if (_speaker == "balloon" || _speaker == "enemy")
global.typer = 50;
if (_speaker == "sans")
{
global.typer = 14;
global.fc = 6;
}
if (_speaker == "undyne" || _speaker == "und")
{
global.typer = 17;
global.fc = 9;
}
if (_speaker == "temmie" || _speaker == "tem")
global.typer = 21;
if (_speaker == "jevil")
global.typer = 35;
if (_speaker == "catti")
global.fc = 13;
if (_speaker == "jockington" || _speaker == "joc")
global.fc = 14;
if (_speaker == "catty" || _speaker == "caddy")
global.fc = 16;
if (_speaker == "bratty" || _speaker == "bra")
global.fc = 17;
if (_speaker == "rouxls" || _speaker == "rou")
global.fc = 18;
if (_speaker == "burgerpants" || _speaker == "bur")
global.fc = 19;
if (_speaker == "spamton")
{
if (global.fighting == 0)
global.typer = 66;
else
global.typer = 68;
}
if (_speaker == "sneo")
global.typer = 67;
if (_speaker == "gerson" || _speaker == "ger" || _speaker == "gers")
global.typer = 85;
if (_speaker == "susie" || _speaker == "sus")
{
global.fc = 1;
global.typer = 10;
if (global.darkzone == 1)
{
global.typer = 30;
if (global.fighting == 1)
global.typer = 47;
}
}
if (_speaker == "ralsei" || _speaker == "ral")
{
global.fc = 2;
global.typer = 31;
if (global.fighting == 1)
global.typer = 45;
if (global.flag[30 ralsei_hat_state] == 1)
global.typer = 6;
}
if (_speaker == "noelle" || _speaker == "noe")
{
global.fc = 3;
if (global.darkzone == 0)
global.typer = 12;
else
global.typer = 56;
if (global.fighting == 1)
global.typer = 59;
}
if (_speaker == "toriel" || _speaker == "tor")
{
global.fc = 4;
global.typer = 7;
}
if (_speaker == "asgore" || _speaker == "asg")
{
global.fc = 10;
global.typer = 18;
}
if (_speaker == "king" || _speaker == "kin")
{
global.fc = 20;
global.typer = 33;
if (global.chapter == 1)
{
if (global.plot < 235)
global.typer = 36;
... ("susie");
|
|
129
|
msgsetloc(0, * ...Delay 11 aren't you,Delay 11 dumbass?Wait for inputClose Message"* ..^1. aren't you^1, dumbass?/%", "obj_ch4_DCC04_slash_Step_0_gml_199_0" );
|
|
130
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
131
|
}
|
|
132
|
if (con == 21 && !i_ex(obj_writer))
|
|
133
|
{
|
|
134
|
con = 22;
|
|
135
|
alarm[4] = 30; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
136
|
}
|
|
137
|
if (con == 23)
|
|
138
|
{
|
|
139
|
con = 24;
|
|
140
|
alarm[4] = 30; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
141
|
global.typer = 42;
|
|
142
|
msgsetloc(0, * (Susie's smile,Delay 11 which\nseemed to defeat everything)Wait for input"* (Susie's smile^1, which\nseemed to defeat everything)/", "obj_ch4_DCC04_slash_Step_0_gml_216_0" );
|
|
143
|
msgnextloc(* (Shined on in front of you,Delay 11\nand for a moment)Wait for input"* (Shined on in front of you^1,\nand for a moment)/", "obj_ch4_DCC04_slash_Step_0_gml_217_0" );
|
|
144
|
msgnextloc(* (It was as if all\nthe darkness had been\nblown away.)Wait for inputClose Message"* (It was as if all\nthe darkness had been\nblown away.)/%", "obj_ch4_DCC04_slash_Step_0_gml_218_0" );
|
|
145
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
146
|
}
|
|
147
|
if (con == 25 && !i_ex(obj_writer))
|
|
148
|
{
|
|
149
|
con = 26;
|
|
150
|
alarm[4] = 40; gml_Object_obj_ch4_DCC04_Alarm_4.gml
con++;
|
|
151
|
sprite_index = spr_krisu_bright;
|
|
152
|
sussprite = spr_susieu_bright;
|
|
153
|
mus_volume(global.currentsong[1], 0, 60);
|
|
154
|
}
|
|
155
|
if (con == 26 && !instance_exists(obj_writer))
|
|
156
|
{
|
|
157
|
y -= 1;
|
|
158
|
image_index += 0.1;
|
|
159
|
}
|
|
160
|
if (con == 27 && !i_ex(obj_writer))
|
|
161
|
{
|
|
162
|
con = 28;
|
|
163
|
global.typer = 42;
|
|
164
|
msgsetloc(0, * (As if in imitation,Delay 11\nyour SOUL began to glow...)Wait for inputClose Message"* (As if in imitation^1,\nyour SOUL began to glow...)/%", "obj_ch4_DCC04_slash_Step_0_gml_246_0" );
|
|
165
|
instance_create(100 + JA_XOFF, 80, obj_writer);
|
|
166
|
}
|
|
167
|
if (con == 28 && !instance_exists(obj_writer))
|
|
168
|
{
|
|
169
|
global.plot = 280;
|
|
170
|
snd_free_all();
|
|
171
|
made = 1;
|
|
172
|
instance_create(x + (sprite_width / 2), y + (sprite_width / 2) + 20, obj_darkfountain_event);
|
|
173
|
con = 99;
|
|
174
|
}
|