|
1
|
if (suppress == 1)
|
|
2
|
{
|
|
3
|
with (obj_queenart_mona)
|
|
4
|
{
|
|
5
|
if (flag != "exitblocker")
|
|
6
|
active = 0;
|
|
7
|
}
|
|
8
|
}
|
|
9
|
if (con == 0 && charaX() >= 460)
|
|
10
|
con++;
|
|
11
|
if (con == 1)
|
|
12
|
{
|
|
13
|
global.interact = 1;
|
|
14
|
queen_monitor.turnon = 1;
|
|
15
|
con++;
|
|
16
|
}
|
|
17
|
if (con == 2)
|
|
18
|
{
|
|
19
|
cutscene_master = scr_cutscene_makescr_cutscene_make
function scr_cutscene_make()
{
_cutscene_master = instance_create(0, 0, obj_cutscene_master);
_cutscene_master.master_object = id;
return _cutscene_master;
} ();
|
|
20
|
scr_maincharacters_actorsscr_maincharacters_actors
function scr_maincharacters_actors()
{
actor_count = 0;
kr = 0;
kr_actor = instance_create(obj_mainchara.x, obj_mainchara.y, obj_actor);
scr_actor_setup(kr, kr_actor, "kris");
kr_actor.sprite_index = obj_mainchara.sprite_index;
kr_actor.depth = obj_mainchara.depth;
with (obj_mainchara)
visible = 0;
for (__jj = 0; __jj < array_length_1d(global.cinstance); __jj++)
{
if (i_ex(global.cinstance[__jj]))
{
if (global.cinstance[__jj].name == "susie")
{
actor_count++;
su = __jj + 1;
su_actor = instance_create(global.cinstance[__jj].x, global.cinstance[__jj].y, obj_actor);
scr_actor_setup(su, su_actor, "susie");
su_actor.sprite_index = global.cinstance[__jj].sprite_index;
su_actor.depth = global.cinstance[__jj].depth;
with (global.cinstance[__jj])
visible = 0;
}
if (global.cinstance[__jj].name == "ralsei")
{
actor_count++;
ra = __jj + 1;
ra_actor = instance_create(global.cinstance[__jj].x, global.cinstance[__jj].y, obj_actor);
scr_actor_setup(ra, ra_actor, "ralsei");
ra_actor.sprite_index = global.cinstance[__jj].sprite_index;
ra_actor.depth = global.cinstance[__jj].depth;
with (global.cinstance[__jj])
visible = 0;
}
if (global.cinstance[__jj].name == "noelle")
{
actor_count++;
no = __jj + 1;
no_actor = instance_create(global.cinstance[__jj].x, global.cinstance[__jj].y, obj_actor);
scr_actor_setup(no, no_actor, "noelle");
no_actor.sprite_index = global.cinstance[__jj].sprite_index;
no_actor.depth = global.cinstance[__jj].depth;
with (global.cinstance[__jj])
visible = 0;
}
}
}
} ();
|
|
21
|
con = 2.1;
|
|
22
|
}
|
|
23
|
if (con == 2.1)
|
|
24
|
{
|
|
25
|
con = 3;
|
|
26
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("queen");
|
|
27
|
c_msgsetlocc_msgsetloc
function c_msgsetloc(arg0, arg1, arg2)
{
var msg_index = arg0;
var english = arg1;
var localized_string_id = arg2;
var str = english;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgset(msg_index, str);
} (0, Face 1* I See You Have: Escaped From Your Room UnitsWait for inputClose Message"\\E1* I See You Have: Escaped From Your Room Units/%", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_29_0" );
|
|
28
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
29
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (1);
|
|
30
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
31
|
c_walkdirectc_walkdirect
function c_walkdirect(arg0, arg1, arg2)
{
c_cmd("walkdirect", arg0, arg1, arg2, 0);
} (464, 230, 12);
|
|
32
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
33
|
c_walkdirectc_walkdirect
function c_walkdirect(arg0, arg1, arg2)
{
c_cmd("walkdirect", arg0, arg1, arg2, 0);
} (492, 234, 12);
|
|
34
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
35
|
c_walkdirectc_walkdirect
function c_walkdirect(arg0, arg1, arg2)
{
c_cmd("walkdirect", arg0, arg1, arg2, 0);
} (428, 240, 12);
|
|
36
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (12);
|
|
37
|
c_panobjc_panobj
function c_panobj(arg0, arg1)
{
c_cmd("panobj", arg0, arg1, 0, 0);
} (kr_actor, 4);
|
|
38
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
39
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
40
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
41
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
42
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
43
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
44
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (5);
|
|
45
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("queen");
|
|
46
|
c_msgsetlocc_msgsetloc
function c_msgsetloc(arg0, arg1, arg2)
{
var msg_index = arg0;
var english = arg1;
var localized_string_id = arg2;
var str = english;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgset(msg_index, str);
} (0, Face C* Who Can Blame You For Wanting To See My Glorious MansionWait for input"\\EC* Who Can Blame You For Wanting To See My Glorious Mansion/", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_50_0_b" );
|
|
47
|
c_msgnextlocc_msgnextloc
function c_msgnextloc(arg0, arg1)
{
var str = arg0;
var localized_string_id = arg1;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
} (Face D* You Won't Want To Take Your Eyes Off This Beautiful ArtWait for input"\\ED* You Won't Want To Take Your Eyes Off This Beautiful Art/", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_51_0" );
|
|
48
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("susie", 5);
|
|
49
|
c_msgnextlocc_msgnextloc
function c_msgnextloc(arg0, arg1)
{
var str = arg0;
var localized_string_id = arg1;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
} (Face 5* We're not here to look at your stupid pictures!Wait for input"\\E5* We're not here to look at your stupid pictures!/", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_53_0" );
|
|
50
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("queen", 13);
|
|
51
|
c_msgnextlocc_msgnextloc
function c_msgnextloc(arg0, arg1)
{
var str = arg0;
var localized_string_id = arg1;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
} (Face D* Oh It Was Not A RecommendationWait for input"\\ED* Oh It Was Not A Recommendation/", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_55_0" );
|
|
52
|
c_msgnextlocc_msgnextloc
function c_msgnextloc(arg0, arg1)
{
var str = arg0;
var localized_string_id = arg1;
if (!is_english())
str = scr_84_get_lang_string(localized_string_id);
c_msgnext(str);
} (Face N* I Was Just Warning You LMAOWait for inputClose Message"\\EN* I Was Just Warning You LMAO/%", "obj_controller_dw_mansion_fire_paintings_slash_Step_0_gml_56_0" );
|
|
53
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
54
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (3);
|
|
55
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
56
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (0);
|
|
57
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_cutscene_09_susie_point);
|
|
58
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (0);
|
|
59
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0.15);
|
|
60
|
c_shakeobjc_shakeobj
function c_shakeobj()
{
c_cmd("shakeobj", 0, 0, 0, 0);
} ();
|
|
61
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (6);
|
|
62
|
c_haltc_halt
function c_halt()
{
c_cmd("halt", 0, 0, 0, 0);
} ();
|
|
63
|
c_wait_talkc_wait_talk
function c_wait_talk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
64
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (0);
|
|
65
|
c_actortokrisc_actortokris
function c_actortokris()
{
c_cmd("actortokris", 0, 0, 0, 0);
} ();
|
|
66
|
c_actortocaterpillarc_actortocaterpillar
function c_actortocaterpillar()
{
c_cmd("actortocaterpillar", 0, 0, 0, 0);
} ();
|
|
67
|
c_terminatekillactorsc_terminatekillactors
function c_terminatekillactors()
{
c_cmd("terminatekillactors", 0, 0, 0, 0);
} ();
|
|
68
|
}
|
|
69
|
if (con == 3 && !i_ex(obj_cutscene_master))
|
|
70
|
{
|
|
71
|
queen_monitor.turnoff = 1;
|
|
72
|
con++;
|
|
73
|
}
|
|
74
|
if (con == 4 && queen_monitor.turnoff == 0 && queen_monitor.con == 0)
|
|
75
|
{
|
|
76
|
with (queen_monitor)
|
|
77
|
instance_destroy();
|
|
78
|
with (queen_monitor_frame)
|
|
79
|
instance_destroy();
|
|
80
|
con++;
|
|
81
|
snd_play(snd_ultraswing);
|
|
82
|
}
|
|
83
|
if (con == 5)
|
|
84
|
{
|
|
85
|
with (queen_wall)
|
|
86
|
{
|
|
87
|
if (image_xscale > 0.1)
|
|
88
|
image_xscale *= 0.8;
|
|
89
|
else
|
|
90
|
instance_destroy();
|
|
91
|
}
|
|
92
|
if (!i_ex(queen_wall))
|
|
93
|
con = 5.5;
|
|
94
|
}
|
|
95
|
if (con == 5.5)
|
|
96
|
{
|
|
97
|
queen_wall = instance_create(480, 80, obj_marker);
|
|
98
|
queen_wall.sprite_index = spr_room_dw_mansion_fire_paintings_fakewall_back;
|
|
99
|
queen_wall.image_xscale = 0.1;
|
|
100
|
queen_wall.image_yscale = 2;
|
|
101
|
queen_wall.depth = obj_mainchara.depth + 80;
|
|
102
|
con = 5.6;
|
|
103
|
timer = 0;
|
|
104
|
}
|
|
105
|
if (con == 5.6)
|
|
106
|
{
|
|
107
|
timer++;
|
|
108
|
if (timer == 5)
|
|
109
|
snd_play(snd_swing);
|
|
110
|
with (queen_wall)
|
|
111
|
{
|
|
112
|
if (image_xscale < 2)
|
|
113
|
{
|
|
114
|
image_xscale *= 1.25;
|
|
115
|
}
|
|
116
|
else
|
|
117
|
{
|
|
118
|
other.con = 5.7;
|
|
119
|
other.timer = 0;
|
|
120
|
image_xscale = 2;
|
|
121
|
}
|
|
122
|
}
|
|
123
|
}
|
|
124
|
if (con == 5.7)
|
|
125
|
{
|
|
126
|
timer++;
|
|
127
|
if (timer == 15)
|
|
128
|
con = 6;
|
|
129
|
}
|
|
130
|
if (con == 6)
|
|
131
|
{
|
|
132
|
con = 7;
|
|
133
|
alarm[0] = 30; gml_Object_obj_controller_dw_mansion_fire_paintings_Alarm_0.gml
con++;
|
|
134
|
suppress = 0;
|
|
135
|
with (knockout)
|
|
136
|
instance_destroy();
|
|
137
|
with (queen_wall)
|
|
138
|
instance_destroy();
|
|
139
|
bularea = instance_create(120, 280, obj_overworld_bulletarea);
|
|
140
|
bularea.image_xscale = 18;
|
|
141
|
bularea.image_yscale = 2;
|
|
142
|
global.facing = 0;
|
|
143
|
global.interact = 0;
|
|
144
|
global.flag[397 paintings_active] = 1;
|
|
145
|
}
|
|
146
|
if (con == 8)
|
|
147
|
{
|
|
148
|
con = 99;
|
|
149
|
with (obj_queenart_mona)
|
|
150
|
active = 1;
|
|
151
|
}
|