|
1
|
image_alpha = 0;
|
|
2
|
active = false;
|
|
3
|
init = 0;
|
|
4
|
con = 0;
|
|
5
|
timer = 0;
|
|
6
|
kris = 0;
|
|
7
|
susie = 0;
|
|
8
|
ralsei = 0;
|
|
9
|
kr_real = 0;
|
|
10
|
su_real = 0;
|
|
11
|
ra_real = 0;
|
|
12
|
tenna = 0;
|
|
13
|
suwalk = 0;
|
|
14
|
suwalktimer = 0;
|
|
15
|
visit = 0;
|
|
16
|
onsensign = scr_board_markerscr_board_marker
function scr_board_marker()
{
var _thismarker = instance_create(argument0, argument1, obj_board_marker);
_thismarker.sprite_index = argument2;
_thismarker.image_xscale = 2;
_thismarker.image_yscale = 2;
if (argument_count >= 4)
_thismarker.image_speed = argument3;
if (argument_count >= 5)
{
if (argument4 != -1)
_thismarker.depth = argument4;
}
if (argument_count >= 6)
_thismarker.image_xscale = argument5;
if (argument_count >= 6)
_thismarker.image_yscale = argument5;
if (argument_count >= 7)
_thismarker.animateonce = argument6;
return _thismarker;
} (x + 232, y - 16, spr_board_b2_sign_onsen, 0, 999999, 2);
|
|
17
|
camsign = scr_board_markerscr_board_marker
function scr_board_marker()
{
var _thismarker = instance_create(argument0, argument1, obj_board_marker);
_thismarker.sprite_index = argument2;
_thismarker.image_xscale = 2;
_thismarker.image_yscale = 2;
if (argument_count >= 4)
_thismarker.image_speed = argument3;
if (argument_count >= 5)
{
if (argument4 != -1)
_thismarker.depth = argument4;
}
if (argument_count >= 6)
_thismarker.image_xscale = argument5;
if (argument_count >= 6)
_thismarker.image_yscale = argument5;
if (argument_count >= 7)
_thismarker.animateonce = argument6;
return _thismarker;
} (x + 40, y - 16, spr_board_b2_sign_camera, 0, 999999, 2);
|
|
18
|
introtalk = 0;
|
|
19
|
introtalktimer = 0;
|
|
20
|
makeboat = 0;
|
|
21
|
boated = false;
|
|
22
|
global.flag[1020 got_power_croissant] = 1;
|
|
23
|
global.flag[1041 got_half_flower] = 0;
|
|
24
|
global.flag[1042 got_spring_photo] = 0;
|
|
25
|
global.flag[1043 got_cactus_photo] = 0;
|
|
26
|
global.flag[1227 got_antlion_photo] = 0;
|
|
27
|
global.flag[1022 tenna_board_absent] = 0;
|
|
28
|
global.flag[1023 cant_grab_ralsei] = 0;
|
|
29
|
global.flag[1061 shadowgunner_photos] = 0;
|
|
30
|
global.flag[1190 control_unjumble] = 0;
|
|
31
|
global.flag[1024 board_transitioning?] = 0;
|
|
32
|
global.flag[6 disable_text_skip] = 0;
|
|
33
|
global.flag[7 disable_menu?] = 1;
|
|
34
|
debuginit = 0;
|