|
1
|
scr_board_populatevarsscr_board_populatevars
function scr_board_populatevars()
{
if (!variable_instance_exists(id, "kris"))
kris = 0;
if (!variable_instance_exists(id, "susie"))
susie = 0;
if (!variable_instance_exists(id, "ralsei"))
ralsei = 0;
if (kris == 0)
{
with (obj_mainchara_board)
{
if (name == "kris")
other.kris = id;
}
}
if (ralsei == 0)
{
with (obj_mainchara_board)
{
if (name == "ralsei")
other.ralsei = id;
}
}
if (susie == 0)
{
with (obj_mainchara_board)
{
if (name == "susie")
other.susie = id;
}
}
} ();
|
|
2
|
scr_gameshow_populatevarsscr_gameshow_populatevars
function scr_gameshow_populatevars()
{
if (!variable_instance_exists(id, "kr_real"))
kr_real = 0;
if (!variable_instance_exists(id, "su_real"))
su_real = 0;
if (!variable_instance_exists(id, "ra_real"))
ra_real = 0;
if (!variable_instance_exists(id, "tenna"))
tenna = 0;
if (kr_real == 0)
{
with (obj_mainchara)
other.kr_real = id;
}
if (su_real == 0)
{
with (obj_caterpillarchara)
{
if (name == "susie")
other.su_real = id;
}
}
if (ra_real == 0)
{
with (obj_caterpillarchara)
{
if (name == "ralsei")
other.ra_real = id;
}
}
if (tenna == 0)
{
with (obj_actor_tenna)
other.tenna = id;
}
} ();
|
|
3
|
if (active)
|
|
4
|
{
|
|
5
|
if (con == 0 && obj_board_camera.con == 0)
|
|
6
|
{
|
|
7
|
with (obj_board_trigger)
|
|
8
|
{
|
|
9
|
if (extflag == "tennaleave1")
|
|
10
|
{
|
|
11
|
var ____kris = instance_place(x, y, obj_mainchara_board);
|
|
12
|
if (i_ex(____kris) && ____kris.name == "kris")
|
|
13
|
{
|
|
14
|
other.con = 1;
|
|
15
|
global.flag[1022 tenna_board_absent] = 1;
|
|
16
|
global.flag[1024 board_transitioning?] = 1;
|
|
17
|
}
|
|
18
|
}
|
|
19
|
}
|
|
20
|
}
|
|
21
|
if (con == 2 && obj_board_camera.con == 0)
|
|
22
|
{
|
|
23
|
if (kris.x > 356)
|
|
24
|
{
|
|
25
|
kris.controlled = 0;
|
|
26
|
susie.controlled = 1;
|
|
27
|
ralsei.follow = 1;
|
|
28
|
con = 3;
|
|
29
|
}
|
|
30
|
}
|
|
31
|
if (con == 3)
|
|
32
|
{
|
|
33
|
timer++;
|
|
34
|
if (timer == 1)
|
|
35
|
ralsei.follow = true;
|
|
36
|
if (timer == 30)
|
|
37
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("kris", 7, 6);
|
|
38
|
if (timer == 55)
|
|
39
|
{
|
|
40
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("ralsei", 7, 6);
|
|
41
|
con = 4;
|
|
42
|
}
|
|
43
|
}
|
|
44
|
if (con == 5)
|
|
45
|
{
|
|
46
|
kris.controlled = 0;
|
|
47
|
susie.controlled = 1;
|
|
48
|
ralsei.follow = 0;
|
|
49
|
timer = 0;
|
|
50
|
con = 6;
|
|
51
|
}
|
|
52
|
if (con == 6)
|
|
53
|
{
|
|
54
|
timer++;
|
|
55
|
if (timer == 5)
|
|
56
|
{
|
|
57
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("kris", 11, 3, 1);
|
|
58
|
scr_resetgameshowcharacterscr_resetgameshowcharacter
function scr_resetgameshowcharacter(arg0)
{
if (room == room_dw_puzzlecloset_3)
exit;
var _name = arg0;
var _smooth = 0;
var __found = 0;
if (argument_count == 2)
_smooth = argument1;
if (_name == "kris" || _name == "kr" || _name == "k" || _name == "Kris" || _name == "Kr" || _name == "K" || _name == "all")
{
var _krx = 248;
var _kry = 400;
if (scr_swordroom())
{
_krx = 300;
_kry = 298;
}
with (obj_mainchara)
{
if (_smooth == 0)
{
setxy(_krx, _kry);
}
else
{
scr_lerpvar("x", x, _krx, _smooth);
scr_lerpvar("y", y, _kry, _smooth);
}
fun = true;
ignoredepth = true;
depth = 95240;
sprite_index = spr_krisu_dark;
image_speed = 0;
image_index = 0;
if (scr_swordroom())
{
sprite_index = spr_krisu_holdcontroller;
depth = 96260;
}
scr_darksize();
__found = 1;
}
}
if (_name == "susie" || _name == "su" || _name == "Susie" || _name == "Su" || _name == "S" || _name == "s" || _name == "all")
{
with (obj_caterpillarchara)
{
if (name == "susie")
{
fun = true;
ignoredepth = true;
depth = 95165;
var _sux = 140;
var _suy = 392;
if (_smooth == 0)
{
setxy(_sux, _suy);
}
else
{
scr_lerpvar("x", x, _sux, _smooth);
scr_lerpvar("y", y, _suy, _smooth);
}
sprite_index = spr_susie_walk_up_dw;
image_speed = 0;
image_index = 0;
scr_darksize();
__found = 1;
}
}
}
if (_name == "ralsei" || _name == "ra" || _name == "Ralsei" || _name == "Ra" || _name == "R" || _name == "r" || _name == "all")
{
with (obj_caterpillarchara)
{
if (name == "ralsei")
{
fun = true;
ignoredepth = true;
depth = 95145;
var _rax = 342;
var _ray = 396;
if (_smooth == 0)
{
setxy(_rax, _ray);
}
else
{
scr_lerpvar("x", x, _rax, _smooth);
scr_lerpvar("y", y, _ray, _smooth);
}
sprite_index = spr_ralsei_walk_up;
image_speed = 0;
image_index = 0;
scr_darksize();
__found = 1;
}
}
}
if (_name == "tenna" || _name == "Tenna" || _name == "te" || _name == "t" || _name == "Te" || _name == "T" || _name == "all")
... ("ralsei", 10);
|
|
59
|
ra_real.sprite_index = spr_ralsei_walk_left_sad;
|
|
60
|
global.flag[1024 board_transitioning?] = 0;
|
|
61
|
var ratalk = stringsetloc(... Wait a second... Your controllers are..."... Wait a second... Your controllers are...", "obj_b2tennaleave1_slash_Step_0_gml_77_0" );
|
|
62
|
scr_couchtalkscr_couchtalk
function scr_couchclear(arg0)
{
with (obj_couchwriter)
{
if (speaker == arg0)
instance_destroy();
}
}
function scr_couchtalk(arg0, arg1)
{
var ix = -1;
var iy = -1;
if (argument_count >= 6)
{
ix = argument4;
iy = argument5;
}
var couchtext = instance_create_depth(ix, iy, 5000, obj_couchwriter);
couchtext.mystring = arg0;
couchtext.speaker = arg1;
if (argument_count >= 3)
couchtext.cleartext = argument2;
if (argument_count >= 4)
couchtext.drawtime = argument3;
if (argument_count >= 7)
couchtext.customsnd = argument6;
if (argument_count >= 8)
couchtext.customcolor = argument7;
if (argument_count >= 9)
couchtext.talkrate = argument8;
if (argument_count >= 10)
couchtext.talklength = argument9;
return couchtext;
} (ratalk, "ralsei", 2, 90);
|
|
63
|
con = 7;
|
|
64
|
timer = 0;
|
|
65
|
}
|
|
66
|
}
|
|
67
|
if (con == 7)
|
|
68
|
{
|
|
69
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("kris", board_tilex(11), board_tiley(3), 10))
|
|
70
|
{
|
|
71
|
timer++;
|
|
72
|
if (timer == 6)
|
|
73
|
{
|
|
74
|
with (obj_mainchara_board)
|
|
75
|
controlled = 0;
|
|
76
|
kris.controlled = 1;
|
|
77
|
global.interact = 1;
|
|
78
|
obj_board_camera.shift = "right";
|
|
79
|
}
|
|
80
|
}
|
|
81
|
}
|
|
82
|
if (con != 72)
|
|
83
|
{
|
|
84
|
if (suwalk == 0 && obj_board_camera.con == 0 && susie.controlled == false)
|
|
85
|
{
|
|
86
|
suwalktimer++;
|
|
87
|
if (suwalktimer == 15)
|
|
88
|
{
|
|
89
|
susie.sleepy = true;
|
|
90
|
if (susie.x < 300)
|
|
91
|
{
|
|
92
|
if (susie.y > 140)
|
|
93
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", 1, 1, 2);
|
|
94
|
else
|
|
95
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", 4, 1, 3);
|
|
96
|
}
|
|
97
|
}
|
|
98
|
}
|
|
99
|
}
|
|
100
|
if (con == 72)
|
|
101
|
{
|
|
102
|
if (suwalk == 0 && obj_board_camera.con == 0)
|
|
103
|
{
|
|
104
|
suwalktimer++;
|
|
105
|
if (suwalktimer == 1)
|
|
106
|
ralsei.follow = true;
|
|
107
|
if (suwalktimer == 16)
|
|
108
|
{
|
|
109
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("susie", board_tilex(0), board_tiley(3.5), 80))
|
|
110
|
{
|
|
111
|
debug_print("left");
|
|
112
|
var pos = choose([4, 1], [4, 2], [5, 5], [5, 6], [1, 6]);
|
|
113
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", pos[0], pos[1], 0);
|
|
114
|
}
|
|
115
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("susie", board_tilex(1), board_tiley(0), 80))
|
|
116
|
{
|
|
117
|
debug_print("top left");
|
|
118
|
var pos = choose([4, 1], [4, 2], [5, 5], [5, 6], [1, 6]);
|
|
119
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", pos[0], pos[1], 0);
|
|
120
|
}
|
|
121
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("susie", board_tilex(10), board_tiley(0), 80))
|
|
122
|
{
|
|
123
|
debug_print("top right");
|
|
124
|
var pos = choose([6, 1], [7, 1], [6, 3], [7, 3], [6, 2]);
|
|
125
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", pos[0], pos[1], 0);
|
|
126
|
}
|
|
127
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("susie", board_tilex(11), board_tiley(3.5), 80))
|
|
128
|
{
|
|
129
|
debug_print("right");
|
|
130
|
var pos = choose([10, 6], [10, 5], [9, 6], [8, 5], [8, 4]);
|
|
131
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", pos[0], pos[1], 0);
|
|
132
|
}
|
|
133
|
if (scr_board_checklocationscr_board_checklocation
function scr_board_checklocation()
{
var _name = argument0;
var _xloc = argument1;
var _yloc = argument2;
if (_xloc < 12)
_xloc = board_tilex(_xloc);
if (_yloc < 12)
_yloc = board_tiley(_yloc);
var _tol = 4;
if (argument_count == 4)
_tol = argument3;
var targ = 0;
with (obj_mainchara_board)
{
if (name == _name)
targ = id;
}
if (!i_ex(targ))
{
debug_message("target does not exist");
return false;
}
if (abs(targ.x - _xloc) < _tol && abs(targ.y - _yloc) < _tol)
return true;
} ("susie", board_tilex(8), board_tiley(6), 80))
|
|
134
|
{
|
|
135
|
debug_print("warpdoor");
|
|
136
|
var pos = choose([8, 4], [8, 5], [9, 5], [9, 6], [10, 5], [10, 6]);
|
|
137
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", pos[0], pos[1], 0);
|
|
138
|
}
|
|
139
|
susie.sleepy = true;
|
|
140
|
}
|
|
141
|
}
|
|
142
|
}
|
|
143
|
}
|
|
144
|
else
|
|
145
|
{
|
|
146
|
suwalk = 0;
|
|
147
|
suwalktimer = 0;
|
|
148
|
if (global.flag[1190 control_unjumble] == 1)
|
|
149
|
{
|
|
150
|
suwalktimer = 0;
|
|
151
|
suwalk = 0;
|
|
152
|
con = 72;
|
|
153
|
}
|
|
154
|
}
|
|
155
|
if (con == 1)
|
|
156
|
{
|
|
157
|
timer++;
|
|
158
|
if (timer == 1)
|
|
159
|
{
|
|
160
|
tenna.communication = 1;
|
|
161
|
with (obj_b2bridgeintro)
|
|
162
|
dodelete = true;
|
|
163
|
}
|
|
164
|
if (timer == 30)
|
|
165
|
{
|
|
166
|
tenna.bounce = true;
|
|
167
|
var tetalk = stringsetloc(Huh? My antennas are..."Huh? My antennas are...", "obj_b2tennaleave1_slash_Step_0_gml_204_0" );
|
|
168
|
scr_couchtalkscr_couchtalk
function scr_couchclear(arg0)
{
with (obj_couchwriter)
{
if (speaker == arg0)
instance_destroy();
}
}
function scr_couchtalk(arg0, arg1)
{
var ix = -1;
var iy = -1;
if (argument_count >= 6)
{
ix = argument4;
iy = argument5;
}
var couchtext = instance_create_depth(ix, iy, 5000, obj_couchwriter);
couchtext.mystring = arg0;
couchtext.speaker = arg1;
if (argument_count >= 3)
couchtext.cleartext = argument2;
if (argument_count >= 4)
couchtext.drawtime = argument3;
if (argument_count >= 7)
couchtext.customsnd = argument6;
if (argument_count >= 8)
couchtext.customcolor = argument7;
if (argument_count >= 9)
couchtext.talkrate = argument8;
if (argument_count >= 10)
couchtext.talklength = argument9;
return couchtext;
} (tetalk, "tenna", 2, 80, tenna.x, 256);
|
|
169
|
}
|
|
170
|
if (timer == 110)
|
|
171
|
{
|
|
172
|
tenna.bounce = true;
|
|
173
|
scr_shakeobjscr_shakeobj
function scr_shakeobj()
{
var _shakeobj = instance_create(x, y, obj_shakeobj);
_shakeobj.target = id;
if (argument_count >= 1)
{
if (i_ex(argument0))
_shakeobj.target = argument0;
}
if (argument_count >= 2)
{
if (argument1 != -1)
_shakeobj.shakeamt = argument1;
}
if (argument_count >= 3)
{
if (argument2 != -1)
_shakeobj.shakereduct = argument2;
}
with (_shakeobj)
event_user(0);
} (tenna);
|
|
174
|
var tetalk = stringsetloc(Sorry, be right back, kids!"Sorry, be right back, kids!", "obj_b2tennaleave1_slash_Step_0_gml_215_0" );
|
|
175
|
bubbletrack = scr_couchtalkscr_couchtalk
function scr_couchclear(arg0)
{
with (obj_couchwriter)
{
if (speaker == arg0)
instance_destroy();
}
}
function scr_couchtalk(arg0, arg1)
{
var ix = -1;
var iy = -1;
if (argument_count >= 6)
{
ix = argument4;
iy = argument5;
}
var couchtext = instance_create_depth(ix, iy, 5000, obj_couchwriter);
couchtext.mystring = arg0;
couchtext.speaker = arg1;
if (argument_count >= 3)
couchtext.cleartext = argument2;
if (argument_count >= 4)
couchtext.drawtime = argument3;
if (argument_count >= 7)
couchtext.customsnd = argument6;
if (argument_count >= 8)
couchtext.customcolor = argument7;
if (argument_count >= 9)
couchtext.talkrate = argument8;
if (argument_count >= 10)
couchtext.talklength = argument9;
return couchtext;
} (tetalk, "tenna", 2, 80, tenna.x, 256);
|
|
176
|
}
|
|
177
|
var tetime = 30;
|
|
178
|
if (timer == 150)
|
|
179
|
{
|
|
180
|
tenna.communication = 0;
|
|
181
|
with (tenna)
|
|
182
|
scr_lerpvarscr_lerpvar
function scr_lerpvar()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
return ___lerpvar;
}
function scr_lerpvar_respect()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
___lerpvar.respectglobalinteract = true;
return ___lerpvar;
} ("x", x, x + 300, tetime, -1, "in");
|
|
183
|
with (bubbletrack)
|
|
184
|
scr_lerpvarscr_lerpvar
function scr_lerpvar()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
return ___lerpvar;
}
function scr_lerpvar_respect()
{
if (argument_count < 6)
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3]);
else
___lerpvar = scr_lerpvar_instance(id, argument[0], argument[1], argument[2], argument[3], argument[4], argument[5]);
___lerpvar.respectglobalinteract = true;
return ___lerpvar;
} ("x", x, x + 300, tetime, -1, "in");
|
|
185
|
snd_play_delay(snd_slidewhistle, 4);
|
|
186
|
}
|
|
187
|
if (timer == (190 + tetime))
|
|
188
|
{
|
|
189
|
timer = 0;
|
|
190
|
con = 2;
|
|
191
|
global.flag[1024 board_transitioning?] = 0;
|
|
192
|
}
|
|
193
|
}
|
|
194
|
if (beeper)
|
|
195
|
{
|
|
196
|
var beeperpause = 10;
|
|
197
|
beepertime++;
|
|
198
|
if (beepertime == 1 || beepertime == (1 + beeperpause))
|
|
199
|
beep = snd_play_x(snd_phone, 1, 1.3);
|
|
200
|
if (beepertime == 3 || beepertime == (3 + beeperpause))
|
|
201
|
snd_stop(beep);
|
|
202
|
if (beepertime == 5 || beepertime == (5 + beeperpause))
|
|
203
|
beep = snd_play_x(snd_phone, 1, 1.6);
|
|
204
|
if (beepertime == 7 || beepertime == (7 + beeperpause))
|
|
205
|
snd_stop(beep);
|
|
206
|
if (beepertime > (7 + beeperpause))
|
|
207
|
{
|
|
208
|
beepertime = 0;
|
|
209
|
beeper = 0;
|
|
210
|
}
|
|
211
|
}
|
|
212
|
if (active)
|
|
213
|
{
|
|
214
|
if (con == 8)
|
|
215
|
{
|
|
216
|
if (suwalk == 0 && obj_board_camera.con == 0)
|
|
217
|
{
|
|
218
|
suwalktimer++;
|
|
219
|
if (suwalktimer == 1)
|
|
220
|
ralsei.follow = true;
|
|
221
|
if (suwalktimer == 8)
|
|
222
|
{
|
|
223
|
if (susie.x > 300)
|
|
224
|
{
|
|
225
|
var pl = choose(0);
|
|
226
|
if (pl == 0)
|
|
227
|
scr_pathfind_to_pointscr_pathfind_to_point
function scr_pathfind_to_point(arg0, arg1, arg2)
{
var __destx = arg1 + 16;
var __desty = arg2 + 16;
if (arg1 < 12 && arg2 < 8)
{
__destx = 128 + (32 * arg1) + 16;
__desty = 64 + (32 * arg2) + 16;
}
with (obj_mainchara_board)
{
if (name == arg0)
{
path_end();
is_moving_timer = 0;
is_moving = true;
path_target_x = __destx;
path_target_y = __desty;
follow = false;
if (argument_count == 4)
{
if (argument3 != -1)
path_end_facing = argument3;
}
if (argument_count == 5)
{
if (argument4 != -1)
allow_diagonals = argument4;
}
}
}
} ("susie", choose(8, 9, 10), choose(5, 6), 0);
|
|
228
|
}
|
|
229
|
}
|
|
230
|
}
|
|
231
|
}
|
|
232
|
}
|
|
233
|
if (con == 4 && !active && obj_board_camera.con == 0)
|
|
234
|
con = 5;
|
|
235
|
if (!active)
|
|
236
|
{
|
|
237
|
if (con == 7)
|
|
238
|
con = 8;
|
|
239
|
suwalk = 0;
|
|
240
|
suwalktimer = 0;
|
|
241
|
}
|