|
1
|
if (con < 0)
|
|
2
|
exit;
|
|
3
|
if (con == 0)
|
|
4
|
{
|
|
5
|
con = 1;
|
|
6
|
alarm[0] = 1; gml_Object_obj_ch5_DW10_Alarm_0.gml
con++;
|
|
7
|
global.interact = 1;
|
|
8
|
global.facing = 0;
|
|
9
|
}
|
|
10
|
if (con == 2)
|
|
11
|
{
|
|
12
|
con = 3;
|
|
13
|
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;
} ();
|
|
14
|
scr_maincharacters_actorsscr_maincharacters_actors
function scr_maincharacters_actors()
{
if (i_ex(obj_plat_player))
{
scr_maincharacters_actors_plat();
exit;
}
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;
}
}
}
} ();
|
|
15
|
fl = actor_count + 1;
|
|
16
|
fl_actor = instance_create(flpos.x, flpos.y, obj_actor);
|
|
17
|
scr_actor_setupscr_actor_setup
function scr_actor_setup(arg0, arg1, arg2)
{
_actorid = arg0;
_actorinstance = arg1;
_actorname = arg2;
obj_cutscene_master.actor_id[_actorid] = _actorinstance;
obj_cutscene_master.actor_name[_actorid] = _actorname;
with (_actorinstance)
{
number = arg0;
if (object_index != obj_plat_npc)
scr_set_facing_sprites(arg2);
}
} (fl, fl_actor, "flowery_jacket");
|
|
18
|
fl_actor.sprite_index = flpos.sprite_index;
|
|
19
|
fl_actor.flash_timer = 0;
|
|
20
|
fl_actor.visible = false;
|
|
21
|
asg = actor_count + 2;
|
|
22
|
as_actor = instance_create(aspos.x, aspos.y, obj_actor);
|
|
23
|
scr_actor_setupscr_actor_setup
function scr_actor_setup(arg0, arg1, arg2)
{
_actorid = arg0;
_actorinstance = arg1;
_actorname = arg2;
obj_cutscene_master.actor_id[_actorid] = _actorinstance;
obj_cutscene_master.actor_name[_actorid] = _actorname;
with (_actorinstance)
{
number = arg0;
if (object_index != obj_plat_npc)
scr_set_facing_sprites(arg2);
}
} (asg, as_actor, "asgoredw");
|
|
24
|
as_actor.sprite_index = aspos.sprite_index;
|
|
25
|
as_actor.visible = false;
|
|
26
|
ye = actor_count + 3;
|
|
27
|
ye_actor = instance_create(yepos.x, yepos.y - 400, obj_actor);
|
|
28
|
scr_actor_setupscr_actor_setup
function scr_actor_setup(arg0, arg1, arg2)
{
_actorid = arg0;
_actorinstance = arg1;
_actorname = arg2;
obj_cutscene_master.actor_id[_actorid] = _actorinstance;
obj_cutscene_master.actor_name[_actorid] = _actorname;
with (_actorinstance)
{
number = arg0;
if (object_index != obj_plat_npc)
scr_set_facing_sprites(arg2);
}
} (ye, ye_actor, "yellow");
|
|
29
|
ye_actor.sprite_index = yepos.sprite_index;
|
|
30
|
ye_actor.flash_timer = 0;
|
|
31
|
ye_actor.flash_timer_pace = 3;
|
|
32
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
33
|
c_setxyc_setxy
function c_setxy(arg0, arg1)
{
c_cmd("setxy", arg0, arg1, 0, 0);
} (supos.x, supos.y);
|
|
34
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_walk_right_dw_unhappy);
|
|
35
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
36
|
c_setxyc_setxy
function c_setxy(arg0, arg1)
{
c_cmd("setxy", arg0, arg1, 0, 0);
} (rapos.x, supos.y);
|
|
37
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_surprised_right);
|
|
38
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
39
|
c_setxyc_setxy
function c_setxy(arg0, arg1)
{
c_cmd("setxy", arg0, arg1, 0, 0);
} (krpos.x, krpos.y);
|
|
40
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("r");
|
|
41
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (1);
|
|
42
|
c_pan_fancyc_pan_fancy
function c_pan_fancy(arg0, arg1, arg2, arg3 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancy", arg0, arg1, arg2, arg3);
}
function c_panobj_fancy(arg0, arg1, arg2 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancyobj", arg0, arg1, arg2);
} (320, 0, 1);
|
|
43
|
c_lerp_var_instance(blackall, "image_alpha", 1, 0, 30);
|
|
44
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (31);
|
|
45
|
c_msgstayc_msgstay
function c_msgstay(arg0)
{
c_cmd("msgstay", arg0, 0, 0, 0);
} (3);
|
|
46
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("flowery_noface");
|
|
47
|
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 0* Then we can all relax and have some nice MilkShakes.Wait for input"\\E0* Then we can all relax and have some nice MilkShakes./", "obj_ch5_DW10_slash_Step_0_gml_62_0" );
|
|
48
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("asgore", "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* Why,Delay 11 that sounds...Wait for input"\\E5* Why^1, that sounds.../", "obj_ch5_DW10_slash_Step_0_gml_64_0" );
|
|
50
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("susie", "J");
|
|
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 J* Hey!!Delay 11 Kris's dad!!Wait for inputClose Message"\\EJ* Hey!^1! Kris's dad!!/%", "obj_ch5_DW10_slash_Step_0_gml_66_0" );
|
|
52
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
53
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (2);
|
|
54
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (asgore_flowery_hug, "image_index", 2);
|
|
55
|
c_waittalkc_waittalk
function c_waittalk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
56
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (asg);
|
|
57
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("l");
|
|
58
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (asgore_flowery_hug, "image_index", 3);
|
|
59
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("asgore");
|
|
60
|
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 f* H...Delay 11 huh?Wait for inputClose Message"\\Ef* H..^1. huh?/%", "obj_ch5_DW10_slash_Step_0_gml_78_0" );
|
|
61
|
c_talkwait();
|
|
62
|
c_pan_fancyc_pan_fancy
function c_pan_fancy(arg0, arg1, arg2, arg3 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancy", arg0, arg1, arg2, arg3);
}
function c_panobj_fancy(arg0, arg1, arg2 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancyobj", arg0, arg1, arg2);
} (campos_x, 0, 40);
|
|
63
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (asgore_flowery_hug, "image_index", 4);
|
|
64
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
65
|
c_sel_walkc_sel_walk
function c_sel_walk(arg0, arg1, arg2, arg3)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("walk", arg1, arg2, arg3, 0);
} (ra, "r", 5, 10);
|
|
66
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_right_unhappy);
|
|
67
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
68
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (asgore_flowery_hug, "visible", false);
|
|
69
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (asg);
|
|
70
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_asgore_surprise_walk_left);
|
|
71
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
72
|
c_visiblec_visible
function c_visible(arg0)
{
c_cmd("visible", arg0, 0, 0, 0);
} (true);
|
|
73
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("l", 4, 6);
|
|
74
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
75
|
c_visiblec_visible
function c_visible(arg0)
{
c_cmd("visible", arg0, 0, 0, 0);
} (true);
|
|
76
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_sad_downleft);
|
|
77
|
c_var_lerpc_var_lerp
function c_var_lerp()
{
if (argument_count < 5)
c_cmd_x("var", 0, argument[0], argument[1], argument[2], argument[3], 0);
else if (argument_count == 5)
c_cmd_x("var", 0, argument[0], argument[1], argument[2], argument[3], argument[4]);
else
c_cmd_x("var", 0, argument[0], argument[1], argument[2], argument[3], string(argument[4]) + string(argument[5]));
} ("x", flpos.x, flpos.x + 18, 5, 2, "out");
|
|
78
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (15);
|
|
79
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("asgore");
|
|
80
|
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 g* Kris!?Delay 11 Kris,Delay 11 what are you doing here!?Wait for input"\\Eg* Kris!^1? Kris^1, what are you doing here!?/", "obj_ch5_DW10_slash_Step_0_gml_105_0" );
|
|
81
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery", "A");
|
|
82
|
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 A* Well,Delay 11 this is a twist of the stem.Wait for inputClose Message"\\EA* Well^1, this is a twist of the stem./%", "obj_ch5_DW10_slash_Step_0_gml_107_0" );
|
|
83
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
84
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (1);
|
|
85
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
86
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
87
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (1);
|
|
88
|
c_waittalkc_waittalk
function c_waittalk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
89
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
90
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_pose);
|
|
91
|
c_sound_play_x(snd_sparkle_gem, 0.4, 1.2);
|
|
92
|
c_sel_spritec_sel_sprite
function c_sel_sprite(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("sprite", arg1, 0, 0, 0);
} (asg, 7026);
|
|
93
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (-14, -2);
|
|
94
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
95
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_shock_r);
|
|
96
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
97
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_shocked_right);
|
|
98
|
c_var_lerp_to_instance(ra_actor, "x", rapos.x, 15, 2, "out");
|
|
99
|
repeat (25)
|
|
100
|
{
|
|
101
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
102
|
{
|
|
103
|
with (instance_create_depth((fl_actor.bbox_left + fl_actor.bbox_right) / 2, (fl_actor.bbox_bottom + fl_actor.bbox_top) / 2, as_actor.depth, obj_orbitparticle))
|
|
104
|
{
|
|
105
|
xstart += random_range(-15, 15);
|
|
106
|
ystart += random_range(-15, 15);
|
|
107
|
sprite_index = choose(spr_bush_leaf_gold, spr_bush_leaf2_gold, spr_bush_leaf3_gold);
|
|
108
|
scr_darksizescr_darksize
function scr_darksize()
{
var inst = id;
if (argument_count)
inst = argument0;
inst.image_xscale = 2;
inst.image_yscale = 2;
} ();
|
|
109
|
orbit_depth = depth;
|
|
110
|
orbit_target = other.as_actor;
|
|
111
|
y_target = random_range(other.as_actor.bbox_top, other.as_actor.bbox_bottom);
|
|
112
|
x_target_new = (other.as_actor.bbox_left + other.as_actor.bbox_right) / 2;
|
|
113
|
orbit_dist = 0;
|
|
114
|
orbit_target_follow = false;
|
|
115
|
orbit_speed = 7;
|
|
116
|
image_alpha = 0.7;
|
|
117
|
event_perform(ev_step, ev_step_normal);
|
|
118
|
with (instance_create_depth(x, y, depth - 10, obj_sparkle_fake_particle))
|
|
119
|
{
|
|
120
|
image_xscale = 2;
|
|
121
|
image_yscale = 2;
|
|
122
|
image_speed = 0.25;
|
|
123
|
speed = 3;
|
|
124
|
friction = 0.1;
|
|
125
|
direction = random(360);
|
|
126
|
image_blend = merge_color(c_yellow, c_white, random(0.7));
|
|
127
|
}
|
|
128
|
alarm[0] = 5; gml_Object_obj_ch5_DW10_Alarm_0.gml
con++;
|
|
129
|
}
|
|
130
|
});
|
|
131
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (1);
|
|
132
|
}
|
|
133
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
134
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
135
|
|
|
136
|
var _floatfunc = function()
|
|
137
|
{
|
|
138
|
draw_sprite_ext(sprite_index, image_index, x, y + (sin(++floater * 0.13962634015954636) * 5), image_xscale, image_yscale, image_angle, image_blend, image_alpha);
|
|
139
|
};
|
|
140
|
|
|
141
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (asg);
|
|
142
|
c_varc_var
function c_var(arg0, arg1)
{
c_cmd_x("var", 0, arg0, arg1, 0, 0, 0);
} ("floater", 0);
|
|
143
|
c_varc_var
function c_var(arg0, arg1)
{
c_cmd_x("var", 0, arg0, arg1, 0, 0, 0);
} ("skipnormaldraw", true);
|
|
144
|
c_draw_func(_floatfunc);
|
|
145
|
c_sel_spriteimagec_sel_spriteimage
function c_sel_spriteimage(arg0, arg1, arg2, arg3 = -9999, arg4 = false)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("sprite", arg1, 0, 0, 0);
c_cmd("imageindex", arg2, 0, 0, 0);
if (arg3 != -9999)
{
c_cmd("imagespeed", arg3, 0, 0, 0);
if (!arg4)
c_cmd("autowalk", arg4, 0, 0, 0);
}
} (asg, 740, 0, 0.2, false);
|
|
146
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
147
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("asgore");
|
|
148
|
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 f* Wh... what are you doing...!?Wait for inputClose Message"\\Ef* Wh... what are you doing...!?/%", "obj_ch5_DW10_slash_Step_0_gml_204_0" );
|
|
149
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
150
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
151
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0.2);
|
|
152
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (as_actor, "gravity", -0.18);
|
|
153
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
154
|
{
|
|
155
|
with (obj_orbitparticle)
|
|
156
|
grav = -0.18;
|
|
157
|
});
|
|
158
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("asgore");
|
|
159
|
c_msgzurasuc_msgzurasu
function c_msgzurasu(arg0)
{
if (arg0 == 1)
c_cmd("msgside", "zurasuon", 0, 0, 0);
else
c_cmd("msgside", "zurasuoff", 0, 0, 0);
} (true);
|
|
160
|
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 h* Let me go...!Wait for inputClose Message"\\Eh* Let me go...!/%", "obj_ch5_DW10_slash_Step_0_gml_219_0" );
|
|
161
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
162
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
163
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
164
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
165
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_run_eyes);
|
|
166
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (0, 12);
|
|
167
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
168
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0);
|
|
169
|
c_var_lerp_instancec_var_lerp_instance
function c_var_lerp_instance()
{
if (argument_count < 6)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], 0);
else if (argument_count == 6)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
else if (argument_count == 7)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], string(argument[5]) + string(argument[6]));
}
function c_lerp_var_instance()
{
if (argument_count >= 6)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5);
else if (argument_count >= 7)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5, argument6);
else
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4);
}
function c_lerpvar_instance()
{
if (argument_count >= 6)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5);
else if (argument_count >= 7)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5, argument6);
else
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4);
} (su_actor, "image_index", 2, 9, 20);
|
|
170
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 13, 20);
|
|
171
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
172
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_right_unhappy);
|
|
173
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
174
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 8, 28);
|
|
175
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
176
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 8, 28);
|
|
177
|
c_pan_fancyc_pan_fancy
function c_pan_fancy(arg0, arg1, arg2, arg3 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancy", arg0, arg1, arg2, arg3);
}
function c_panobj_fancy(arg0, arg1, arg2 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancyobj", arg0, arg1, arg2);
} (campos_x + 60, 0, 20);
|
|
178
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (23);
|
|
179
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
180
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
181
|
c_spriteimagec_spriteimage
function c_spriteimage(arg0, arg1, arg2 = -999)
{
c_cmd("sprite", arg0, 0, 0, 0);
c_cmd("imageindex", arg1, 0, 0, 0);
if (arg2 != -999)
{
c_cmd("imagespeed", arg2, 0, 0, 0);
if (arg2 == 0)
c_cmd("autowalk", false, 0, 0, 0);
}
} (5721, 1);
|
|
182
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
183
|
c_var_lerp_instancec_var_lerp_instance
function c_var_lerp_instance()
{
if (argument_count < 6)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], 0);
else if (argument_count == 6)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
else if (argument_count == 7)
c_cmd_x("var", argument[0], argument[1], argument[2], argument[3], argument[4], string(argument[5]) + string(argument[6]));
}
function c_lerp_var_instance()
{
if (argument_count >= 6)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5);
else if (argument_count >= 7)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5, argument6);
else
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4);
}
function c_lerpvar_instance()
{
if (argument_count >= 6)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5);
else if (argument_count >= 7)
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4, argument5, argument6);
else
c_var_lerp_instance(argument0, argument1, argument2, argument3, argument4);
} (su_actor, "image_index", 1, 4, 15);
|
|
184
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (15);
|
|
185
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
186
|
c_waittalkc_waittalk
function c_waittalk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
187
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
188
|
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 J* Kris's Dad!Wait for inputClose Message"\\EJ* Kris's Dad!/%", "obj_ch5_DW10_slash_Step_0_gml_253_0" );
|
|
189
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
190
|
disappearspeed = 0.2;
|
|
191
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
192
|
{
|
|
193
|
with (obj_orbitparticle)
|
|
194
|
instance_destroy();
|
|
195
|
fallingstar.x = 632;
|
|
196
|
scr_lerp_var_instance(fallingstar, "y", fallingstar.ystart, 71, 90);
|
|
197
|
});
|
|
198
|
c_delay_customfuncc_delay_customfunc
function c_delay_customfunc(arg0, arg1, arg2 = -1)
{
if (instance_exists(obj_cutscene_master))
c_cmd_x("delaycmd", arg0, "customfunc", arg2, arg1, 0, 0);
} (90, function()
|
|
199
|
{
|
|
200
|
fallingstar.sprite_index = spr_fallingstar_gone;
|
|
201
|
fallingstar.image_index = 0;
|
|
202
|
fallingstar.image_speed = disappearspeed;
|
|
203
|
});
|
|
204
|
c_delay_customfuncc_delay_customfunc
function c_delay_customfunc(arg0, arg1, arg2 = -1)
{
if (instance_exists(obj_cutscene_master))
c_cmd_x("delaycmd", arg0, "customfunc", arg2, arg1, 0, 0);
} (90 + (3 / disappearspeed), function()
|
|
205
|
{
|
|
206
|
fallingstar.visible = false;
|
|
207
|
});
|
|
208
|
c_wait_ifc_wait_if
function c_wait_if(arg0, arg1, arg2, arg3)
{
c_cmd("waitif", arg0, arg1, arg2, arg3);
} (fallingstar, "y", ">", 10);
|
|
209
|
c_sel_facingc_sel_facing
function c_sel_facing(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("facing", arg1, 0, 0, 0);
} (kr, "u");
|
|
210
|
c_sel_facingc_sel_facing
function c_sel_facing(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("facing", arg1, 0, 0, 0);
} (su, "u");
|
|
211
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (0, -12);
|
|
212
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
213
|
c_sel_facingc_sel_facing
function c_sel_facing(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("facing", arg1, 0, 0, 0);
} (ra, "u");
|
|
214
|
c_wait_ifc_wait_if
function c_wait_if(arg0, arg1, arg2, arg3)
{
c_cmd("waitif", arg0, arg1, arg2, arg3);
} (fallingstar, "y", ">=", 70);
|
|
215
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
216
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
217
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_right_unhappy);
|
|
218
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
219
|
c_autodepthc_autodepth
function c_autodepth(arg0)
{
c_cmd("autodepth", arg0, 0, 0, 0);
} (false);
|
|
220
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_pointright);
|
|
221
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
222
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("r");
|
|
223
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
224
|
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 I* H-hey!Delay 11 What the hell are you doing!?Wait for input"\\EI* H-hey^1! What the hell are you doing!?/", "obj_ch5_DW10_slash_Step_0_gml_296_0" );
|
|
225
|
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 a* We need to get him out of here!!Wait for inputClose Message"\\Ea* We need to get him out of here!!/%", "obj_ch5_DW10_slash_Step_0_gml_297_0" );
|
|
226
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
227
|
c_sel_walkc_sel_walk
function c_sel_walk(arg0, arg1, arg2, arg3)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("walk", arg1, arg2, arg3, 0);
} (kr, "r", 5, 10);
|
|
228
|
c_sel_walkc_sel_walk
function c_sel_walk(arg0, arg1, arg2, arg3)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("walk", arg1, arg2, arg3, 0);
} (ra, "d", 5, 9);
|
|
229
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_down_unhappy);
|
|
230
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
231
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
232
|
c_delaywalkdirectc_delaywalkdirect
function c_delaywalkdirect(arg0, arg1, arg2, arg3)
{
c_cmd_x("delaycmd", arg0, "walkdirect", arg1, arg2, arg3, 0);
} (10, 464, 227, 12);
|
|
233
|
c_delaycmdc_delaycmd
function c_delaycmd(arg0, arg1, arg2, arg3 = 0, arg4 = 0, arg5 = 0)
{
c_cmd_x("delaycmd", arg0, arg1, arg2, arg3, arg4, arg5);
} (10, "sprite", spr_ralsei_walk_right_unhappy);
|
|
234
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
235
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_walk_upright);
|
|
236
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
237
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
238
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 2, 30);
|
|
239
|
c_wait_ifc_wait_if
function c_wait_if(arg0, arg1, arg2, arg3)
{
c_cmd("waitif", arg0, arg1, arg2, arg3);
} (fallingstar, "visible", "=", false);
|
|
240
|
c_pan_fancyc_pan_fancy
function c_pan_fancy(arg0, arg1, arg2, arg3 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancy", arg0, arg1, arg2, arg3);
}
function c_panobj_fancy(arg0, arg1, arg2 =
{
doround: true,
easetype: "default"
})
{
c_cmd("panfancyobj", arg0, arg1, arg2);
} (campos_x + 60 + 120, 0, 30);
|
|
241
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (50);
|
|
242
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
243
|
{
|
|
244
|
snd_volume(wind_sound, 0.15, 70);
|
|
245
|
snd_pitch(wind_sound, 0.75);
|
|
246
|
});
|
|
247
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
248
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("flowery_noface");
|
|
249
|
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 3* Kris.Delay 11 You were a good kid,Delay 11 you know that?Wait for input"\\E3* Kris^1. You were a good kid^1, you know that?/", "obj_ch5_DW10_slash_Step_0_gml_323_0" );
|
|
250
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (su, 591);
|
|
251
|
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 3* But...Wait for input"\\E3* But.../", "obj_ch5_DW10_slash_Step_0_gml_325_0" );
|
|
252
|
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 3* It's best if Asgore doesn't see you anymore.Wait for input"\\E3* It's best if Asgore doesn't see you anymore./", "obj_ch5_DW10_slash_Step_0_gml_326_0" );
|
|
253
|
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 3\Vn* So go home,Delay 11 Kris.Delay 11 Just leave everything to us.Wait for input"\\E3\\Vn* So go home^1, Kris^1. Just leave everything to us./", "obj_ch5_DW10_slash_Step_0_gml_328_0" );
|
|
254
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("susie", "I");
|
|
255
|
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 I* Go home?Delay 11 Are you stupid?Wait for input"\\EI* Go home^1? Are you stupid?/", "obj_ch5_DW10_slash_Step_0_gml_330_0" );
|
|
256
|
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 b* If we don't deal with that Fountain...Wait for input"\\Eb* If we don't deal with that Fountain.../", "obj_ch5_DW10_slash_Step_0_gml_331_0" );
|
|
257
|
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 c* ...Delay 11 the Knight's gonna kidnap ASGORE!Wait for input"\\Ec* ..^1. the Knight's gonna kidnap ASGORE!/", "obj_ch5_DW10_slash_Step_0_gml_332_0" );
|
|
258
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery_noface", "0");
|
|
259
|
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 0* The Knight?Delay 11 Ah.Wait for input"\\E0* The Knight^1? Ah./", "obj_ch5_DW10_slash_Step_0_gml_334_0" );
|
|
260
|
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 0* Don't worry,Delay 11 Princess.Wait for input"\\E0* Don't worry^1, Princess./", "obj_ch5_DW10_slash_Step_0_gml_335_0" );
|
|
261
|
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 0* It's nothing we can't handle on our own.Wait for input"\\E0* It's nothing we can't handle on our own./", "obj_ch5_DW10_slash_Step_0_gml_336_0" );
|
|
262
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("ralsei", "8");
|
|
263
|
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 8* ...Delay 11 Flowery...Delay 11 you...Wait for input"\\E8* ..^1. Flowery..^1. you.../", "obj_ch5_DW10_slash_Step_0_gml_338_0" );
|
|
264
|
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 R* You have NO idea what you're dealing with.Wait for input"\\ER* You have NO idea what you're dealing with./", "obj_ch5_DW10_slash_Step_0_gml_339_0" );
|
|
265
|
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 i* The KNIGHT will kill you.Wait for input"\\Ei* The KNIGHT will kill you./", "obj_ch5_DW10_slash_Step_0_gml_340_0" );
|
|
266
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery_noface", "0");
|
|
267
|
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 0* Kris...Delay 11 Susie...Wait for input"\\E0* Kris..^1. Susie.../", "obj_ch5_DW10_slash_Step_0_gml_342_0" );
|
|
268
|
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 0* I really do like you all,Delay 11 but...Wait for input"\\E0* I really do like you all^1, but.../", "obj_ch5_DW10_slash_Step_0_gml_343_0" );
|
|
269
|
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 0* If you come any closer,Delay 11 we'll have to stop you.Wait for input"\\E0* If you come any closer^1, we'll have to stop you./", "obj_ch5_DW10_slash_Step_0_gml_344_0" );
|
|
270
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery", "0");
|
|
271
|
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 0* For Asgore's happiness.Wait for inputClose Message"\\E0* For Asgore's happiness./%", "obj_ch5_DW10_slash_Step_0_gml_345_0" );
|
|
272
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
273
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
274
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
275
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (2);
|
|
276
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_lookdown_upright);
|
|
277
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (1);
|
|
278
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (3);
|
|
279
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_shrug_upright_shakehead);
|
|
280
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0.2);
|
|
281
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (4);
|
|
282
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0);
|
|
283
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_lookdown_upright);
|
|
284
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (0);
|
|
285
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (6);
|
|
286
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
287
|
c_autodepthc_autodepth
function c_autodepth(arg0)
{
c_cmd("autodepth", arg0, 0, 0, 0);
} (false);
|
|
288
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_pointright);
|
|
289
|
c_shakeobjc_shakeobj
function c_shakeobj()
{
c_cmd("shakeobj", 0, 0, 0, 0);
} (su_actor);
|
|
290
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (9);
|
|
291
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_walk_right_dw_unhappy);
|
|
292
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (11);
|
|
293
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
294
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_mad_right);
|
|
295
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
296
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (13);
|
|
297
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 4, 8);
|
|
298
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
299
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (15);
|
|
300
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 4, 12);
|
|
301
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (18);
|
|
302
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
303
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_shrug_upright_shakehead);
|
|
304
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0.2);
|
|
305
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (19);
|
|
306
|
c_wait_ifc_wait_if
function c_wait_if(arg0, arg1, arg2, arg3)
{
c_cmd("waitif", arg0, arg1, arg2, arg3);
} (fl_actor, "image_index", 3, ">=");
|
|
307
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0);
|
|
308
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (3);
|
|
309
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (20);
|
|
310
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_sad_downleft);
|
|
311
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (1);
|
|
312
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (0, 2);
|
|
313
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
314
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_right_unhappy);
|
|
315
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
}
function c_wait_msg(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (21);
|
|
316
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
317
|
c_imageindexc_imageindex
function c_imageindex(arg0)
{
c_cmd("imageindex", arg0, 0, 0, 0);
} (0);
|
|
318
|
c_waittalkc_waittalk
function c_waittalk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
319
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
320
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 2, 45);
|
|
321
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (60);
|
|
322
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("flowery");
|
|
323
|
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 5* I see.Wait for input"\\E5* I see./", "obj_ch5_DW10_slash_Step_0_gml_417_0" );
|
|
324
|
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* Kris...Wait for input"\\ED* Kris.../", "obj_ch5_DW10_slash_Step_0_gml_418_0" );
|
|
325
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery_noface", "2");
|
|
326
|
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 2* I can't say I don't respect your feelings...Wait for input"\\E2* I can't say I don't respect your feelings.../", "obj_ch5_DW10_slash_Step_0_gml_419_0" );
|
|
327
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (fl, 8512, 0);
|
|
328
|
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 7* ...Delay 11 if they're true.Wait for input"\\E7* ..^1. if they're true./", "obj_ch5_DW10_slash_Step_0_gml_421_0" );
|
|
329
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (fl, 8512, 1);
|
|
330
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("flowery", "3");
|
|
331
|
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 3* If you're serious,Delay 11 I'll see you at Flower Castle.Wait for inputClose Message"\\E3* If you're serious^1, I'll see you at Flower Castle./%", "obj_ch5_DW10_slash_Step_0_gml_423_0" );
|
|
332
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (fl, 6126, 0);
|
|
333
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
334
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (fl);
|
|
335
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
336
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
337
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_flowery_walk_right_jacket_hand_up);
|
|
338
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("flowery");
|
|
339
|
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 0* Adieu,Delay 11 my friends!Wait for inputClose Message"\\E0* Adieu^1, my friends!/%", "obj_ch5_DW10_slash_Step_0_gml_435_0" );
|
|
340
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
341
|
c_step_funcc_step_func
function c_step_func(arg0)
{
c_cmd("stepfunc", argument0, 0, 0, 0);
}
function c_draw_func(arg0)
{
c_cmd("drawfunc", argument0, 0, 0, 0);
} (function()
|
|
342
|
{
|
|
343
|
if (++flash_timer >= 3)
|
|
344
|
{
|
|
345
|
flash_timer = 0;
|
|
346
|
image_alpha = 0;
|
|
347
|
}
|
|
348
|
else
|
|
349
|
{
|
|
350
|
image_alpha = 1;
|
|
351
|
}
|
|
352
|
});
|
|
353
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (20);
|
|
354
|
c_visiblec_visible
function c_visible(arg0)
{
c_cmd("visible", arg0, 0, 0, 0);
} (false);
|
|
355
|
c_sound_play_x(snd_sparkle_gem, 0.4, 1.2);
|
|
356
|
repeat (28)
|
|
357
|
{
|
|
358
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
359
|
{
|
|
360
|
with (instance_create_depth((fl_actor.bbox_left + fl_actor.bbox_right) / 2, (fl_actor.bbox_bottom + fl_actor.y) / 2, fl_actor.depth, obj_orbitparticle))
|
|
361
|
{
|
|
362
|
xstart += random_range(-15, 15);
|
|
363
|
ystart += random_range(-15, 15);
|
|
364
|
sprite_index = choose(spr_bush_leaf_gold, spr_bush_leaf2_gold, spr_bush_leaf3_gold);
|
|
365
|
scr_darksizescr_darksize
function scr_darksize()
{
var inst = id;
if (argument_count)
inst = argument0;
inst.image_xscale = 2;
inst.image_yscale = 2;
} ();
|
|
366
|
orbit_depth = depth;
|
|
367
|
orbit_target = other.fl_actor;
|
|
368
|
y_target = random_range(other.fl_actor.y + 15, other.fl_actor.bbox_bottom - 15);
|
|
369
|
orbit_dist = 0;
|
|
370
|
orbit_speed = 7;
|
|
371
|
orbit_dist_target = 35;
|
|
372
|
orbit_target_follow = false;
|
|
373
|
grav = -0.1;
|
|
374
|
image_alpha = 0.5;
|
|
375
|
event_perform(ev_step, ev_step_normal);
|
|
376
|
with (instance_create_depth(x, y, depth - 10, obj_sparkle_fake_particle))
|
|
377
|
{
|
|
378
|
image_xscale = 2;
|
|
379
|
image_yscale = 2;
|
|
380
|
image_speed = 0.25;
|
|
381
|
speed = 3;
|
|
382
|
friction = 0.1;
|
|
383
|
direction = random(360);
|
|
384
|
image_blend = merge_color(c_orange, c_white, random(0.7));
|
|
385
|
}
|
|
386
|
}
|
|
387
|
});
|
|
388
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (1);
|
|
389
|
}
|
|
390
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
391
|
c_autofacingc_autofacing
function c_autofacing(arg0)
{
c_cmd("autofacing", arg0, 0, 0, 0);
} (false);
|
|
392
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_run_right);
|
|
393
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (0, 12);
|
|
394
|
c_walkc_walk
function c_walk(arg0, arg1, arg2)
{
c_cmd("walk", arg0, arg1, arg2, 0);
} ("r", 12, 15);
|
|
395
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (15);
|
|
396
|
c_addxyc_addxy
function c_addxy(arg0, arg1)
{
c_cmd("addxy", arg0, arg1, 0, 0);
} (0, -12);
|
|
397
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_grabbing);
|
|
398
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (false);
|
|
399
|
c_imagespeedc_imagespeed
function c_imagespeed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
}
function c_image_speed(arg0)
{
c_cmd("imagespeed", arg0, 0, 0, 0);
} (0.25);
|
|
400
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
401
|
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 J* H...Delay 11 hey,Delay 11 wait!!Wait for inputClose Message"\\EJ* H..^1. hey^1, wait!!/%", "obj_ch5_DW10_slash_Step_0_gml_493_0" );
|
|
402
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
403
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (10);
|
|
404
|
c_var_lerp_to_instance(su_actor, "image_speed", 0, 60);
|
|
405
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (60);
|
|
406
|
c_waittalkc_waittalk
function c_waittalk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
407
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
408
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
409
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
410
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
411
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
412
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
413
|
c_customfuncc_customfunc
function c_customfunc(arg0, arg1 = -1)
{
if (instance_exists(obj_cutscene_master))
{
with (obj_cutscene_master)
array_push(customfuncs, arg0);
c_cmd("customfunc", arg1, 0, 0, 0);
}
} (function()
|
|
414
|
{
|
|
415
|
fallingstar.visible = true;
|
|
416
|
fallingstar.x = 752;
|
|
417
|
fallingstar.y = fallingstar.ystart;
|
|
418
|
fallingstar.sprite_index = spr_fallingstar;
|
|
419
|
scr_lerp_var_instance(fallingstar, "y", fallingstar.ystart, 71, 90);
|
|
420
|
});
|
|
421
|
c_delay_customfuncc_delay_customfunc
function c_delay_customfunc(arg0, arg1, arg2 = -1)
{
if (instance_exists(obj_cutscene_master))
c_cmd_x("delaycmd", arg0, "customfunc", arg2, arg1, 0, 0);
} (91, function()
|
|
422
|
{
|
|
423
|
fallingstar.sprite_index = spr_fallingstar_gone;
|
|
424
|
fallingstar.image_index = 0;
|
|
425
|
fallingstar.image_speed = disappearspeed;
|
|
426
|
});
|
|
427
|
c_delay_customfuncc_delay_customfunc
function c_delay_customfunc(arg0, arg1, arg2 = -1)
{
if (instance_exists(obj_cutscene_master))
c_cmd_x("delaycmd", arg0, "customfunc", arg2, arg1, 0, 0);
} (90 + (3 / disappearspeed), function()
|
|
428
|
{
|
|
429
|
fallingstar.visible = false;
|
|
430
|
});
|
|
431
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (90);
|
|
432
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
433
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_susie_look_down_right);
|
|
434
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
435
|
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 V* D...Delay 11 damn...Wait for inputClose Message"\\EV* D..^1. damn.../%", "obj_ch5_DW10_slash_Step_0_gml_528_0" );
|
|
436
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
437
|
c_sel_walkc_sel_walk
function c_sel_walk(arg0, arg1, arg2, arg3)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("walk", arg1, arg2, arg3, 0);
} (ra, "r", 4, 20);
|
|
438
|
c_spritec_sprite
function c_sprite(arg0)
{
c_cmd("sprite", arg0, 0, 0, 0);
} (spr_ralsei_walk_right_unhappy);
|
|
439
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (20);
|
|
440
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("ralsei");
|
|
441
|
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 0* Don't worry,Delay 11 Susie.Wait for input"\\E0* Don't worry^1, Susie./", "obj_ch5_DW10_slash_Step_0_gml_534_0" );
|
|
442
|
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 E* I don't feel the Knight's presence at all yet,Delay 11 so...Wait for input"\\EE* I don't feel the Knight's presence at all yet^1, so.../", "obj_ch5_DW10_slash_Step_0_gml_535_0" );
|
|
443
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("susie", "D");
|
|
444
|
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* We've still got some time...Delay 11 huh.Wait for input"\\ED* We've still got some time..^1. huh./", "obj_ch5_DW10_slash_Step_0_gml_537_0" );
|
|
445
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (su, 591);
|
|
446
|
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 4* Well,Delay 11 let's hurry up and go!Wait for inputClose Message"\\E4* Well^1, let's hurry up and go!/%", "obj_ch5_DW10_slash_Step_0_gml_539_0" );
|
|
447
|
c_sel_spritenextc_sel_spritenext
function c_sel_spritenext(arg0, arg1, arg2 = -9999, arg3 = -9999, arg4 = -1)
{
c_sel(arg0);
c_cmd_x("msgcmd", "sprite", arg1, 0, 0, 0, 0);
if (arg2 != -9999)
c_cmd_x("msgcmd", "imageindex", arg2, 0, 0, 0, 0);
if (arg3 != -9999)
c_cmd_x("msgcmd", "imagespeed", arg3, 0, 0, 0, 0);
if (arg4 >= 0)
c_cmd("msgcmd", "autowalk", arg4, 0, 0);
} (su, 7432);
|
|
448
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
}
function c_talkwait()
{
c_talk_wait();
} ();
|
|
449
|
c_wait_ifc_wait_if
function c_wait_if(arg0, arg1, arg2, arg3)
{
c_cmd("waitif", arg0, arg1, arg2, arg3);
} (fallingstar, "visible", "=", false);
|
|
450
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
451
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
452
|
c_walkto_actor(kr_actor, -60, 0, 30, true);
|
|
453
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (ra);
|
|
454
|
c_autowalkc_autowalk
function c_autowalk(arg0)
{
c_cmd("autowalk", arg0, 0, 0, 0);
} (true);
|
|
455
|
c_walkto_actor(kr_actor, -100, 0, 30, true);
|
|
456
|
c_panobj_fancy(kr_actor, 30);
|
|
457
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (31);
|
|
458
|
c_sel_facingc_sel_facing
function c_sel_facing(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("facing", arg1, 0, 0, 0);
} (su, "r");
|
|
459
|
c_sel_facingc_sel_facing
function c_sel_facing(arg0, arg1)
{
c_cmd("select", arg0, 0, 0, 0);
c_cmd("facing", arg1, 0, 0, 0);
} (ra, "r");
|
|
460
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
461
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("d");
|
|
462
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (0);
|
|
463
|
c_actortokrisc_actortokris
function c_actortokris()
{
c_cmd("actortokris", 0, 0, 0, 0);
} ();
|
|
464
|
c_actortocaterpillarc_actortocaterpillar
function c_actortocaterpillar()
{
c_cmd("actortocaterpillar", 0, 0, 0, 0);
}
function c_actortocaterpillarstill()
{
c_cmd("actortocaterpillarstill", 0, 0, 0, 0);
} ();
|
|
465
|
c_terminatekillactorsc_terminatekillactors
function c_terminatekillactors()
{
c_cmd("terminatekillactors", 0, 0, 0, 0);
} ();
|
|
466
|
}
|
|
467
|
if (con == 3 && !i_ex(obj_cutscene_master))
|
|
468
|
{
|
|
469
|
with (obj_orbitparticle)
|
|
470
|
instance_destroy();
|
|
471
|
global.interact = 0;
|
|
472
|
global.facing = 0;
|
|
473
|
global.plot = 300;
|
|
474
|
con = -99;
|
|
475
|
scr_tempsavescr_tempsave
function scr_tempsave()
{
filechoicebk2 = global.filechoice;
global.filechoice = 9;
scr_saveprocess(global.filechoice);
global.filechoice = filechoicebk2;
} ();
|
|
476
|
}
|