1 | scene = 17; |
2 | cutscene_timer = 0; |
3 | cutscene_music = 0; |
4 | instance_create(obj_pl.x, __view_get(e__VW.YView, 0) + __view_get(e__VW.WView, 0) + 50, obj_ceroba_npc); |
5 | instance_create(obj_pl.x, obj_pl.y, obj_player_npc); |
6 | |
7 | enum e__VW |
8 | { |
9 | XView, |
10 | YView, |
11 | WView, |
12 | HView, |
13 | Angle, |
14 | HBorder, |
15 | VBorder, |
16 | HSpeed, |
17 | VSpeed, |
18 | Object, |
19 | Visible, |
20 | XPort, |
21 | YPort, |
22 | WPort, |
23 | HPort, |
24 | Camera, |
25 | SurfaceID |
26 | } |