|
1
|
if (bon == 0 && obj_mainchara.x >= (x - 100) && global.interact == 0)
|
|
2
|
bon = 1;
|
|
3
|
if (con == 0 && obj_mainchara.x >= x && global.interact == 0)
|
|
4
|
{
|
|
5
|
con = 1;
|
|
6
|
global.interact = 1;
|
|
7
|
}
|
|
8
|
if (con == 1)
|
|
9
|
{
|
|
10
|
con = 2;
|
|
11
|
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;
} ();
|
|
12
|
kr = 0;
|
|
13
|
kr_actor = instance_create(obj_mainchara.x, obj_mainchara.y, obj_actor);
|
|
14
|
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;
scr_set_facing_sprites(arg2);
}
} (kr, kr_actor, "kris");
|
|
15
|
kr_actor.sprite_index = spr_krisr_dark;
|
|
16
|
with (obj_mainchara)
|
|
17
|
visible = 0;
|
|
18
|
su = 1;
|
|
19
|
su_actor = instance_create(obj_mainchara.x + 300, obj_mainchara.y, obj_actor);
|
|
20
|
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;
scr_set_facing_sprites(arg2);
}
} (su, su_actor, "susie");
|
|
21
|
su_actor.sprite_index = spr_susiel_dark;
|
|
22
|
su_actor.specialsprite[6] = spr_cutscene_03b_susie_shock_lw;
|
|
23
|
with (kr_actor)
|
|
24
|
scr_emotescr_emote
function scr_emote()
{
__dmult = 1 + global.darkzone;
__emotebubble = instance_create(x, y - 15, obj_excblcon);
__emotebubble.alarm[0] = argument[1];
__emotebubble.image_xscale = __dmult;
__emotebubble.image_yscale = __dmult;
__emotexoff = 0;
__anchorx = sprite_get_xoffset(sprite_index);
if (argument[0] == "!")
{
__emotebubble.sprite_index = spr_exc;
__emotebubble.y = y - (10 * __dmult);
__emotexoff = 10 * __dmult;
}
if (argument[0] == "?")
{
__emotebubble.sprite_index = spr_emote_questionmark;
__emotebubble.y = y - (10 * __dmult);
__emotexoff = 10 * __dmult;
}
if (argument[0] == "...")
{
__emotebubble.sprite_index = spr_emote_ellipsis;
__emotebubble.y = y - (10 * __dmult);
__emotexoff = 10 * __dmult;
}
if (argument_count >= 3)
__emotexoff = argument[2];
if (image_xscale > 0)
__emotebubble.x = (((x - (__anchorx * image_xscale)) + ((sprite_width / 2) * sign(image_xscale))) - (__emotebubble.sprite_width / 2)) + __emotexoff;
else
__emotebubble.x = ((x + (__anchorx * image_xscale)) - ((sprite_width / 2) * sign(image_xscale)) - (__emotebubble.sprite_width / 2)) + __emotexoff;
} ("!", 30);
|
|
25
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (su);
|
|
26
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
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, * Pee pee town.Wait for input"* Pee pee town./", "obj_example_cutscene_slash_Step_0_gml_34_0" );
|
|
28
|
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);
} ( * Box 1Wait for input" * Box 1/", "obj_example_cutscene_slash_Step_0_gml_35_0" );
|
|
29
|
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);
} ( * Box 2Wait for input" * Box 2/", "obj_example_cutscene_slash_Step_0_gml_36_0_b" );
|
|
30
|
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);
} ( * Box 3Wait for input" * Box 3/", "obj_example_cutscene_slash_Step_0_gml_37_0" );
|
|
31
|
c_facenextc_facenext
function c_facenext(arg0, arg1)
{
c_cmd("msgfacenext", arg0, arg1, 0, 0);
} ("ralsei", 0);
|
|
32
|
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);
} (* Funny.Wait for inputClose Message"* Funny./%", "obj_example_cutscene_slash_Step_0_gml_36_0" );
|
|
33
|
c_talkc_talk
function c_talk()
{
c_cmd("talk", 0, 0, 0, 0);
} ();
|
|
34
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
35
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (1);
|
|
36
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("d");
|
|
37
|
c_emotec_emote
function c_emote()
{
if (argument_count == 0)
c_cmd("emote", "!", 30, 0, 0);
else if (argument_count == 1)
c_cmd("emote", argument[0], 30, 0, 0);
else if (argument_count == 2)
c_cmd("emote", argument[0], argument[1], 0, 0);
else if (argument_count == 3)
c_cmd("emote", argument[0], argument[1], argument[2], 0);
} ("!", 30);
|
|
38
|
c_script_instancec_script_instance
function c_script_instance()
{
if (argument_count == 3)
c_cmd_x("script", argument[0], argument[1], argument[2], -3.14, -3.14, -3.14);
if (argument_count == 4)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], -3.14, -3.14);
if (argument_count == 5)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], argument[4], -3.14);
if (argument_count == 6)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
} (kr_actor, scr_afterimage, 3);
|
|
39
|
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]));
} (kr_actor, "x", kr_actor.x, camerax() + 100, 30, 1);
|
|
40
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (2);
|
|
41
|
c_script_instance_stopc_script_instance_stop
function c_script_instance_stop(arg0, arg1)
{
c_cmd_x("script", arg0, arg1, -10, 0, 0, 0);
} (kr_actor, scr_afterimage);
|
|
42
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("l");
|
|
43
|
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]));
} (kr_actor, "x", kr_actor.x, camerax() + 100, 30, 2, "out");
|
|
44
|
c_wait_boxc_wait_box
function c_wait_box(arg0)
{
c_cmd("waitbox", arg0, 0, 0, 0);
} (3);
|
|
45
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("u");
|
|
46
|
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]));
} (kr_actor, "x", kr_actor.x, camerax() + 100, 30, 3, "in");
|
|
47
|
c_wait_talkc_wait_talk
function c_wait_talk()
{
c_cmd("waitdialoguer", 0, 0, 0, 0);
} ();
|
|
48
|
c_facingc_facing
function c_facing(arg0)
{
c_cmd("facing", arg0, 0, 0, 0);
} ("r");
|
|
49
|
c_emotec_emote
function c_emote()
{
if (argument_count == 0)
c_cmd("emote", "!", 30, 0, 0);
else if (argument_count == 1)
c_cmd("emote", argument[0], 30, 0, 0);
else if (argument_count == 2)
c_cmd("emote", argument[0], argument[1], 0, 0);
else if (argument_count == 3)
c_cmd("emote", argument[0], argument[1], argument[2], 0);
} ("!", 30, 0);
|
|
50
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (kr);
|
|
51
|
c_script_instancec_script_instance
function c_script_instance()
{
if (argument_count == 3)
c_cmd_x("script", argument[0], argument[1], argument[2], -3.14, -3.14, -3.14);
if (argument_count == 4)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], -3.14, -3.14);
if (argument_count == 5)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], argument[4], -3.14);
if (argument_count == 6)
c_cmd_x("script", argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
} (id, snd_play_pitch, 25, 57, 0.5 + random(1.2));
|
|
52
|
c_shakestep_xc_shakestep_x
function c_shakestep_x(arg0, arg1, arg2, arg3, arg4, arg5)
{
c_autowalk(0);
c_imageindex(1);
c_addxy(arg0, arg1);
if (arg5 == 1)
c_var("stepsound", 1);
c_delaycmd(arg2, "imageindex", 0);
c_shakeobj();
if (arg4 > 1)
{
for (__argi = 1; __argi < arg4; __argi++)
{
c_delaycmd(__argi * arg3, "imageindex", 1);
c_delaycmd4(__argi * arg3, "addxy", arg0, arg1, 0, 0);
if (arg5 == 1)
c_delaycmd4(__argi * arg3, "var", 0, "stepsound", 1, 0);
c_delaycmd((__argi * arg3) + arg2, "imageindex", 0);
c_delaycmd(__argi * arg3, "shakeobj", 0);
}
}
} (15, -4, 15, 25, 5, 1);
|
|
53
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (150);
|
|
54
|
c_script_instance_stopc_script_instance_stop
function c_script_instance_stop(arg0, arg1)
{
c_cmd_x("script", arg0, arg1, -10, 0, 0, 0);
} (id, snd_play_pitch);
|
|
55
|
c_shakestepc_shakestep
function c_shakestep(arg0, arg1)
{
c_autowalk(0);
c_imageindex(1);
c_addxy(arg0, arg1);
c_var("stepsound", 1);
c_delaycmd(15, "imageindex", 0);
c_shakeobj();
} (-15, 0);
|
|
56
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
57
|
c_flipc_flip
function c_flip(arg0)
{
c_cmd("flip", arg0, 0, 0, 0);
} ("y");
|
|
58
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (1);
|
|
59
|
c_panspeed_waitc_panspeed_wait
function c_panspeed_wait(arg0, arg1, arg2)
{
c_cmd("panspeed", arg0, arg1, arg2, 0);
c_wait(arg2);
} (2.9, 0, 80);
|
|
60
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (1);
|
|
61
|
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
c_cmd_x("var", 0, argument[0], argument[1], argument[2], argument[3], argument[4]);
} ("image_angle", "init", 180, 30);
|
|
62
|
c_walkdirect_waitc_walkdirect_wait
function c_walkdirect_wait(arg0, arg1, arg2)
{
c_walkdirect(arg0, arg1, arg2);
c_wait(arg2);
} (968, 182, 70);
|
|
63
|
c_varc_var
function c_var(arg0, arg1)
{
c_cmd_x("var", 0, arg0, arg1, 0, 0, 0);
} ("image_angle", 0);
|
|
64
|
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
c_cmd_x("var", 0, argument[0], argument[1], argument[2], argument[3], argument[4]);
} ("image_xscale", "init", 4, 30);
|
|
65
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
66
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
67
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
68
|
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* ...Delay 11 Man,Delay 11 it got late,Delay 11 didn't it...?Wait for inputClose Message"\\E3* ..^1. Man^1, it got late^1, didn't it...?/%", "obj_example_cutscene_slash_Step_0_gml_55_0" );
|
|
69
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
70
|
c_var_instancec_var_instance
function c_var_instance(arg0, arg1, arg2)
{
c_cmd_x("var", arg0, arg1, arg2, 0, 0, 0);
} (id, "honkcon", 1);
|
|
71
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
72
|
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* Well. Guess you should go home,Delay 11 huh?Wait for inputClose Message"\\E0* Well. Guess you should go home^1, huh?/%", "obj_example_cutscene_slash_Step_0_gml_60_0" );
|
|
73
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
74
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
75
|
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 Q* Alright,Delay 11 you don't have to say it.Wait for inputClose Message"\\EQ* Alright^1, you don't have to say it./%", "obj_example_cutscene_slash_Step_0_gml_64_0" );
|
|
76
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
77
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
78
|
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 2* Don't wanna walk home by yourself,Delay 11 huh?Wait for inputClose Message"\\E2* Don't wanna walk home by yourself^1, huh?/%", "obj_example_cutscene_slash_Step_0_gml_68_0" );
|
|
79
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
80
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
81
|
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 Q* Well,Delay 11 if you're gonna MAKE me,Delay 11 I guess...Wait for inputClose Message"\\EQ* Well^1, if you're gonna MAKE me^1, I guess.../%", "obj_example_cutscene_slash_Step_0_gml_72_0" );
|
|
82
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
83
|
c_speakerc_speaker
function c_speaker(arg0)
{
c_cmd("speaker", arg0, 0, 0, 0);
} ("susie");
|
|
84
|
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 9* Let's go.Wait for inputClose Message"\\E9* Let's go./%", "obj_example_cutscene_slash_Step_0_gml_76_0" );
|
|
85
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
86
|
c_fadeout_colorc_fadeout_color
function c_fadeout_color(arg0, arg1)
{
c_cmd("fadeout", arg0, arg1, 0, 0);
} (4, 16777215);
|
|
87
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (5);
|
|
88
|
c_specialspritec_specialsprite
function c_specialsprite(arg0)
{
c_cmd("specialsprite", arg0, 0, 0, 0);
} (5);
|
|
89
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (1);
|
|
90
|
c_fadeinc_fadein
function c_fadein(arg0)
{
c_cmd("fadeout", -arg0, 0, 0, 0);
} (4);
|
|
91
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
92
|
c_walk_waitc_walk_wait
function c_walk_wait(arg0, arg1, arg2)
{
c_walk(arg0, arg1, arg2);
c_wait(arg2);
} ("r", 4, 43.75);
|
|
93
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (0);
|
|
94
|
c_walk_waitc_walk_wait
function c_walk_wait(arg0, arg1, arg2)
{
c_walk(arg0, arg1, arg2);
c_wait(arg2);
} ("r", 4, 39.25);
|
|
95
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
96
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (1);
|
|
97
|
c_specialspritec_specialsprite
function c_specialsprite(arg0)
{
c_cmd("specialsprite", arg0, 0, 0, 0);
} (3);
|
|
98
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
99
|
c_specialspritec_specialsprite
function c_specialsprite(arg0)
{
c_cmd("specialsprite", arg0, 0, 0, 0);
} (0);
|
|
100
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
101
|
c_specialspritec_specialsprite
function c_specialsprite(arg0)
{
c_cmd("specialsprite", arg0, 0, 0, 0);
} (1);
|
|
102
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
103
|
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, * I'm going homeWait for inputClose Message"* I'm going home/%", "obj_example_cutscene_slash_Step_0_gml_95_0" );
|
|
104
|
c_talk_waitc_talk_wait
function c_talk_wait()
{
c_talk();
c_waittalk();
} ();
|
|
105
|
c_walkdirect_waitc_walkdirect_wait
function c_walkdirect_wait(arg0, arg1, arg2)
{
c_walkdirect(arg0, arg1, arg2);
c_wait(arg2);
} (1446, 142, 50);
|
|
106
|
c_selc_sel
function c_sel(arg0)
{
c_cmd("select", arg0, 0, 0, 0);
} (0);
|
|
107
|
c_specialspritec_specialsprite
function c_specialsprite(arg0)
{
c_cmd("specialsprite", arg0, 0, 0, 0);
} (0);
|
|
108
|
c_panobjc_panobj
function c_panobj(arg0, arg1)
{
c_cmd("panobj", arg0, arg1, 0, 0);
} (kr_actor, 30);
|
|
109
|
c_waitc_wait
function c_wait(arg0)
{
c_cmd("wait", arg0, 0, 0, 0);
} (30);
|
|
110
|
c_pannablec_pannable
function c_pannable(arg0)
{
c_cmd("pannable", arg0, 0, 0, 0);
} (0);
|
|
111
|
c_actortokrisc_actortokris
function c_actortokris()
{
c_cmd("actortokris", 0, 0, 0, 0);
} ();
|
|
112
|
}
|
|
113
|
if (con == 2)
|
|
114
|
{
|
|
115
|
if (!instance_exists(obj_cutscene_master))
|
|
116
|
{
|
|
117
|
con = 3;
|
|
118
|
global.interact = 0;
|
|
119
|
}
|
|
120
|
}
|
|
121
|
if (honkcon == 1)
|
|
122
|
{
|
|
123
|
honkcount++;
|
|
124
|
if (honkcount >= 30)
|
|
125
|
honkcon = 2;
|
|
126
|
else
|
|
127
|
snd_play(snd_cantselect);
|
|
128
|
with (su_actor)
|
|
129
|
scr_flipscr_flip
function scr_flip(arg0)
{
if (arg0 == "h" || arg0 == "x")
{
x += ((sprite_get_width(sprite_index) - (sprite_get_xoffset(sprite_index) * 2)) * image_xscale);
image_xscale = -image_xscale;
}
else
{
y += ((sprite_get_height(sprite_index) - (sprite_get_yoffset(sprite_index) * 2)) * image_yscale);
image_yscale = -image_yscale;
}
} (choose("x", "y"));
|
|
130
|
}
|