1 |
scene = 0; |
2 |
cutscene_timer = 0; |
3 |
cutscene_music = 0; |
4 |
instance_create(720, 375, obj_starlo_npc); |
5 |
instance_create(700, 375, obj_player_npc); |
6 |
obj_player_npc.npc_direction = "down"; |
7 |
__view_set(e__VW.Object, 0, obj_starlo_npc); |
8 |
instance_create(440, 385, obj_ed_npc); |
9 |
instance_create(920, 400, obj_moray_npc); |
10 |
instance_create(920, 380, obj_mooch_npc); |
11 |
instance_create(720, 680, obj_ace_npc); |
12 |
cutscene_duel_delay = 10; |
13 |
cutscene_duel_timer = 0; |
14 |
global.radio_pause = true; |
15 |
|
16 |
enum e__VW |
17 |
{ |
18 |
XView, |
19 |
YView, |
20 |
WView, |
21 |
HView, |
22 |
Angle, |
23 |
HBorder, |
24 |
VBorder, |
25 |
HSpeed, |
26 |
VSpeed, |
27 |
Object, |
28 |
Visible, |
29 |
XPort, |
30 |
YPort, |
31 |
WPort, |
32 |
HPort, |
33 |
Camera, |
34 |
SurfaceID |
35 |
} |