1 |
if (live_call()) |
2 |
return global.live_result; |
3 |
position = 0; |
4 |
position_array[0] = -1; |
5 |
if (instance_exists(obj_pl)) |
6 |
{ |
7 |
obj_pl.state = scr_frozen_state; |
8 |
if (obj_pl.y > (__view_get(e__VW.YView, 0) + 150)) |
9 |
position = 1; |
10 |
else |
11 |
position = 0; |
12 |
} |
13 |
choice = false; |
14 |
ch[1] = ""; |
15 |
ch[2] = ""; |
16 |
ch[3] = ""; |
17 |
ch[4] = ""; |
18 |
p = 1; |
19 |
ch_msg = -1; |
20 |
ch_delay = -1; |
21 |
ch_alpha = 1; |
22 |
alpha_fade = false; |
23 |
outcome = 0; |
24 |
textWidth = 210; |
25 |
textSep = 16; |
26 |
message_current = 0; |
27 |
message_actual = ""; |
28 |
message_actual_col[0] = ""; |
29 |
message_reset = false; |
30 |
cutoff = 0; |
31 |
counter = 0; |
32 |
message_timer = -1; |
33 |
mT = -1; |
34 |
portrait = true; |
35 |
prt[0] = 0; |
36 |
image_speed = 0.2; |
37 |
message[0] = ""; |
38 |
talker[0] = -4; |
39 |
talker_current = 0; |
40 |
message_col[0][0] = ""; |
41 |
col_modif[0] = 16711680; |
42 |
col_modif[1] = 255; |
43 |
color = false; |
44 |
color_set = false; |
45 |
sndfnt = 96; |
46 |
sndfnt_array[0] = -4; |
47 |
global.dialogue_open = true; |
48 |
dialogue_is_minishop = false; |
49 |
skippable = true; |
50 |
dialogue_font = 9; |
51 |
portrait_idle_animated = 0; |
52 |
portrait_idle_frame = 0; |
53 |
portrait_can_animate = true; |
54 |
force_skip = false; |
55 |
|
56 |
enum e__VW |
57 |
{ |
58 |
XView, |
59 |
YView, |
60 |
WView, |
61 |
HView, |
62 |
Angle, |
63 |
HBorder, |
64 |
VBorder, |
65 |
HSpeed, |
66 |
VSpeed, |
67 |
Object, |
68 |
Visible, |
69 |
XPort, |
70 |
YPort, |
71 |
WPort, |
72 |
HPort, |
73 |
Camera, |
74 |
SurfaceID |
75 |
} |