-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathatraco.pks
190 lines (159 loc) · 4.3 KB
/
atraco.pks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
' Test script - copyright cosarara97
' Licenced under the WTFPL
#define MAL1 4
#define MAL2 5
#define MON 6
#define BOTIGUER 1
#define NEN 2
#define NENA 3
#define CAMERA 0x7F
#define PLAYER 0xFF
#define CAMERA_START 0x113
#define CAMERA_END 0x114
#dyn 0x800000
#org @main
lockall
faceplayer
msgbox @msg_nena_1 'bla bla bla
callstd 6
' entren els chungos
special CAMERA_START
applymovement CAMERA @mov_camera_1
pauseevent 0
special CAMERA_END
reappear MAL1
applymovement MAL1 @mov_mal_1_1 ' hide walk_right walk_up end
pauseevent MAL1
applymovement MAL1 @show
pauseevent MAL1
applymovement MAL1 @mov_mal_1_2 ' walk_up walk_up walk_up end
pauseevent MAL1
reappear MAL2
applymovement MAL2 @mov_mal_2 ' hide walk_right walk_right walk_up end
pauseevent MAL2
applymovement MAL2 @show
'reappear MAL2
applymovement PLAYER @mov_exclamacio ' !
applymovement BOTIGUER @mov_exclamacio ' !
applymovement NEN @mov_exclamacio ' !
applymovement NENA @mov_exclamacio ' !
pauseevent PLAYER
pauseevent NENA
applymovement PLAYER @mov_look_left
applymovement NENA @mov_look_left
applymovement MAL1 @mov_jump_in_place_down
msgbox @msg_mal_1 'Desconocido 1: Esto es un puto atraco y asdf
callstd 6
reappear MON ' Surt el monstruo
msgbox @msg_monstruo_1 ' grawr
callstd 6
' TODO: Posar crit monstre
msgbox @msg_nena_2 ' AAAAAAAH!
callstd 6
applymovement MON @mov_mon_1
pauseevent MON
applymovement NENA @mov_look_down
pauseevent NENA
msgbox @msg_nena_2 ' AAAAAAAH!
callstd 6
applymovement MAL2 @mov_jump_in_place_right
pauseevent MAL2
msgbox @msg_mal_2 ' Calla, nena
callstd 6
pauseevent 0
msgbox @msg_monstruo_2 ' grrrr
callstd 6
applymovement MAL1 @mov_mal_3
msgbox @msg_mal_3 ' la pasta!, no us mogueu i que puc fer
callstd 6
pauseevent 0
special CAMERA_START
applymovement CAMERA @mov_camera_2
pauseevent 0
special CAMERA_END
releaseall
end
#org @msg_nena_1
= \c\h01\h08Laura: Eh, \v\h01!\pCuanto tiempo, no?\nQu\h1B est\h17s haciendo aqu\h20?\c\h01\h05\p\v\h01: Pues mira,\nresulta que estoy...
'= Laura: Eh, \v\h01!\pCuanto tiempo, no?\nQué estás haciendo aquí?\p\v\h01: Pues mira,\nresulta que estoy...
#org @msg_mal_1
= \c\h01\h06Desconocido 1: Esto es un\nputo atraco, joder, que estoy\lto' loco!\pQue nadie se mueva o le mato!
#org @msg_monstruo_1
= \c\h01\h06Animal raro: Groaaaawrrrr!
#org @msg_nena_2
= \c\h01\h08Laura: AAAAAAAh! Socorroooo!
#org @msg_mal_2
= \c\h01\h06Atracador 1: C\h17llate, ni\h29ata,\ny no te pasar\h17 nada...
'= Desconocido 1: Cállate, niñata,\ny no te pasará nada...
#org @msg_monstruo_2
= \c\h01\h06Grrrrr...
#org @msg_mal_3
= \c\h01\h06Atracador 1: La pasta,\nr\h17pido!\pAtracador 2: Que a nadie\nse le ocurra moverse!\p\c\h01\h05-piensa-: Oh, mierda, qu\h1B\nvoy a hacer?
'= Desconocido 1: La pasta,\nrápido!\pAtracador 2: Que a nadie\nse le ocurra moverse!\p(piensa): Oh, mierda, qué\nvoy a hacer?
#org @mov_mal_1_1
#raw 0x60 'hide
#raw 0x13 ' Step Right (Normal)
#raw 0x11 ' Step Up (Normal)
#raw 0xFE 'End
#org @mov_mal_1_2
#raw 0x11 ' Step Up (Normal)
#raw 0x11 ' Step Up (Normal)
#raw 0x11 ' Step Up (Normal)
#raw 0x11 ' Step Up (Normal)
#raw 0x0 'Mirar abajo
#raw 0xFE 'End
#org @mov_mal_2
#raw 0x60 'hide
#raw 0x13 ' Step Right (Normal)
#raw 0x13 ' Step Right (Normal)
#raw 0x11 ' Step Up (Normal)
#raw 0xFE 'End
#org @mov_exclamacio
#raw 0x62 ' '!' box popup
#raw 0xFE 'End
#org @mov_mon_1
#raw 0x20 ' Step Right (Fast)
#raw 0x1D ' Step Down (Fast)
#raw 0x1D ' Step Down (Fast)
#raw 0x20 ' Step Right (Fast)
#raw 0x20 ' Step Right (Fast)
#raw 0x17 ' Jump Right 2 Squares
#raw 0x01 ' Face Up
#raw 0xFE 'End
#org @mov_camera_1
#raw 0x1D ' Step Down (Fast)
#raw 0x1D ' Step Down (Fast)
#raw 0x1F ' Step Left (Fast)
#raw 0xFE 'End
#org @mov_camera_2
#raw 0x1E ' Step Up (Fast)
#raw 0x1E ' Step Up (Fast)
#raw 0x20 ' Step Right (Fast)
#raw 0xFE 'End
#org @show
#raw 0x61
#raw 0xFE
#org @mov_mal_3
#raw 0x2 'Mirar izquierda
#raw 0xFE 'End
#org @mov_look_down
#raw 0x00 ' Face Down
#raw 0xFE 'End
#org @mov_look_left
#raw 0x02 ' Face Left
#raw 0xFE 'End
#org @mov_look_right
#raw 0x03 ' Face Right
#raw 0xFE 'End
#org @mov_jump_in_place_left
#raw 0x02 ' Face Left
#raw 0x54 ' Jump in Place (Facing Left)
#raw 0xFE 'End
#org @mov_jump_in_place_right
#raw 0x03 ' Face Right
#raw 0x55 ' Jump in Place (Facing Right)
#raw 0xFE 'End
#org @mov_jump_in_place_down
#raw 0x00 ' Face Down
#raw 0x52 ' Jump in Place (Facing Down)
#raw 0xFE 'End