-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedge.cmd
366 lines (299 loc) · 7.49 KB
/
edge.cmd
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
Edged
action [Your fingers go numb as you drop a claw-pommeled steel broadsword!] goto HEAVYEDGEDPICKUP
setvariable monster %1
setvariable attack %2
setvariable container %3
setvariable lightedge %4
setvariable heavyedge %5
setvariable 2handedge %6
goto start
START:
if $attack$ contains melee
goto LIGHTEDGED
else
goto ****
LIGHTEDGED:
boxmessage Starting with Light Edge
put look in $container$
match LIGHTEDGED2 $lightedge$
matchwait
LIGHTEDGED2:
put get $lightedge$ from $container$
pausetext 5 You get goto LIGHTEDGED3
LIGHTEDGED3:
put glance
match END You glance down at your empty hands.
match LIGHTEDGED4 in your right hand
LIGHTEDGED4:
put bob
put feint $monster$
match LIGHTEDGED4WAIT You feint
match LIGHTEDGED4WAIT you feint
match LIGHTEDGEDADVANCE You aren't close enough to attack.
match LIGHTEDGEDSEARCH already quite dead.
match LIGHTEDGEDPAUSE I could not find
matchwait
LIGHTEDGED4WAIT:
goto LIGHTEDGED5
waitfor roundtime
LIGHTEDGED5:
put draw $monster$
match LIGHTEDGED5WAIT You draw
match LIGHTEDGED5WAIT you draw
match LIGHTEDGEDADVANCE You aren't close enough to attack.
match LIGHTEDGEDSEARCH already quite dead.
match LIGHTEDGEDPAUSE I could not find
matchwait
LIGHTEDGED5WAIT:
goto LIGHTEDGED6
waitfor roundtime
LIGHTEDGED6:
put circle
pause
put sweep $monster$
match LIGHTEDGED6WAIT You sweep
match LIGHTEDGED6WAIT you sweep
match LIGHTEDGEDADVANCE You aren't close enough to attack.
match LIGHTEDGEDSEARCH already quite dead.
match LIGHTEDGEDPAUSE I could not find
matchwait
LIGHTEDGED6WAIT:
goto LIGHTEDGED7
waitfor roundtime
LIGHTEDGED7:
put slice $monster$
match LIGHTEDGED7WAIT You slice
match LIGHTEDGED7WAIT you slice
match LIGHTEDGEDADVANCE You aren't close enough to attack.
match LIGHTEDGEDSEARCH already quite dead.
match LIGHTEDGEDPAUSE I could not find
matchwait
LIGHTEDGED7WAIT:
goto LIGHTEDGED8
waitfor roundtime
LIGHTEDGED8:
put chop $monster$
match LIGHTEDGED8WAIT You feint
match LIGHTEDGED8WAIT you chop
match LIGHTEDGEDADVANCE You aren't close enough to attack.
match LIGHTEDGEDSEARCH already quite dead.
match LIGHTEDGEDPAUSE I could not find
matchwait
LIGHTEDGED8WAIT:
goto LIGHTEDGED9
waitfor roundtime
LIGHTEDGED9:
put exp small
pausetext 1 34/34 goto HEAVYEDGED
pausetext 1 33/34 goto HEAVYEDGED
pausetext 1 32/34 goto HEAVYEDGED
goto LIGHTEDGED4
LIGHTEDGEDSEARCH:
put put $lightedge$ in $container$
pausetext 3 You put your
put get knife
pausetext 1 You get a rose
put arrange $monster$ all
pause 3
put skin $monster$
pause
put put knife in $container$
pausetext 3 You put you
put search $monster$
goto LIGHTEDGED4
HEAVYEDGED:
boxmessage Starting with Heavy Edge
put put $lightedge$ in $container$
pausetext You put your
put look in $container$
match HEAVYEDGED2 $heavyedge$
matchwait
HEAVYEDGED2:
put get $heavyedge$ from $container$
pausetext 5 You get goto HEAVYEDGED3
HEAVYEDGED3:
put glance
match END You glance down at your empty hands.
match HEAVYEDGED4 in your right hand
HEAVYEDGED4:
put bob
pause 30
put feint $monster$
match HEAVYEDGED4WAIT You feint
match HEAVYEDGED4WAIT you feint
match HEAVYEDGEDADVANCE You aren't close enough to attack.
match HEAVYEDGEDSEARCH already quite dead.
match HEAVYEDGEDPAUSE I could not find
matchwait
HEAVYEDGED4WAIT:
goto HEAVYEDGED5
waitfor roundtime
HEAVYEDGED5:
put draw $monster$
match HEAVYEDGED5WAIT You draw
match HEAVYEDGED5WAIT you draw
match HEAVYEDGEDADVANCE You aren't close enough to attack.
match HEAVYEDGEDSEARCH already quite dead.
match HEAVYEDGEDPAUSE I could not find
matchwait
HEAVYEDGED5WAIT:
goto HEAVYEDGED6
waitfor roundtime
HEAVYEDGED6:
put circle
pause
put sweep $monster$
match HEAVYEDGED6WAIT You sweep
match HEAVYEDGED6WAIT you sweep
match HEAVYEDGEDADVANCE You aren't close enough to attack.
match HEAVYEDGEDSEARCH already quite dead.
match HEAVYEDGEDPAUSE I could not find
matchwait
HEAVYEDGED6WAIT:
goto HEAVYEDGED7
waitfor roundtime
HEAVYEDGED7:
put slice $monster$
match HEAVYEDGED7WAIT You slice
match HEAVYEDGED7WAIT you slice
match HEAVYEDGEDADVANCE You aren't close enough to attack.
match HEAVYEDGEDSEARCH already quite dead.
match HEAVYEDGEDPAUSE I could not find
matchwait
HEAVYEDGED7WAIT:
goto HEAVYEDGED8
waitfor roundtime
HEAVYEDGED8:
put chop $monster$
match HEAVYEDGED8WAIT You feint
match HEAVYEDGED8WAIT you chop
match HEAVYEDGEDADVANCE You aren't close enough to attack.
match HEAVYEDGEDSEARCH already quite dead.
match HEAVYEDGEDPAUSE I could not find
matchwait
HEAVYEDGED8WAIT:
goto HEAVYEDGED9
waitfor roundtime
HEAVYEDGED9:
put skill large edged
pausetext 1 34/34 goto 2HANDEDGED
pausetext 1 33/34 goto 2HANDEDGED
pausetext 1 32/34 goto 2HANDEDGED
goto HEAVYEDGED4
HEAVYEDGEDSEARCH:
put put $heavyedge$ in $container$
pausetext 3 You put your
put get knife
pausetext 1 You get a rose
put arrange $monster$ all
pause 3
put skin $monster$
pause
put put knife in $container$
pausetext 3 You put you
put search $monster$
goto HEAVYEDGED2
HEAVYEDGEDPICKUP:
put get broadsword
pause 120
goto HEAVYEDGED3
2HANDEDGED:
boxmessage Starting with 2 Hand Edge
put put $heavyedge$ in $container$
pausetext You put your
put look in $container$
match 2HANDEDGED2 $2handedge$
matchwait
2HANDEDGED2:
put get $2handedge$ from $container$
pausetext 5 You get goto 2HANDEDGED3
2HANDEDGED3:
put glance
match END You glance down at your empty hands.
match 2HANDEDGED4 in your right hand
2HANDEDGED4:
put bob
pause 60
put feint $monster$
match 2HANDEDGED4WAIT You feint
match 2HANDEDGED4WAIT you feint
match 2HANDEDGEDADVANCE You aren't close enough to attack.
match 2HANDEDGEDSEARCH already quite dead.
match 2HANDEDGEDPAUSE I could not find
matchwait
2HANDEDGED4WAIT:
goto 2HANDEDGED5
waitfor roundtime
2HANDEDGED5:
put draw $monster$
match 2HANDEDGED5WAIT You draw
match 2HANDEDGED5WAIT you draw
match 2HANDEDGEDADVANCE You aren't close enough to attack.
match 2HANDEDGEDSEARCH already quite dead.
match 2HANDEDGEDPAUSE I could not find
matchwait
2HANDEDGED5WAIT:
pause 20
goto 2HANDEDGED6
waitfor roundtime
2HANDEDGED6:
put circle
pause
put sweep $monster$
match 2HANDEDGED6WAIT You sweep
match 2HANDEDGED6WAIT you sweep
match 2HANDEDGEDADVANCE You aren't close enough to attack.
match 2HANDEDGEDSEARCH already quite dead.
match 2HANDEDGEDPAUSE I could not find
matchwait
2HANDEDGED6WAIT:
goto 2HANDEDGED7
waitfor roundtime
2HANDEDGED7:
put slice $monster$
match 2HANDEDGED7WAIT You slice
match 2HANDEDGED7WAIT you slice
match 2HANDEDGEDADVANCE You aren't close enough to attack.
match 2HANDEDGEDSEARCH already quite dead.
match 2HANDEDGEDPAUSE I could not find
matchwait
2HANDEDGED7WAIT:
goto 2HANDEDGED8
waitfor roundtime
2HANDEDGED8:
put chop $monster$
match 2HANDEDGED8WAIT You feint
match 2HANDEDGED8WAIT you chop
match 2HANDEDGEDADVANCE You aren't close enough to attack.
match 2HANDEDGEDSEARCH already quite dead.
match 2HANDEDGEDPAUSE I could not find
matchwait
2HANDEDGED8WAIT:
goto 2HANDEDGED9
waitfor roundtime
2HANDEDGED9:
put skill two
pausetext 1 34/34 goto END
pausetext 1 33/34 goto END
pausetext 1 32/34 goto END
goto 2HANDEDGED4
2HANDEDGEDSEARCH:
put put $2handedge$ in $container$
pausetext 3 You put your
put get knife
pausetext 1 You get a rose
put arrange $monster$ all
pause 3
put skin $monster$
pause
put put knife in $container$
pausetext 3 You put you
put search $monster$
goto 2HANDEDGED2
2HANDEDGEDPICKUP:
put get axe
pause 120
goto 2HANDEDGED3
END:
boxmessage You are locked the fuck up!
end