-
Notifications
You must be signed in to change notification settings - Fork 0
/
exitcroc.cmd
103 lines (85 loc) · 1.57 KB
/
exitcroc.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
setVariable move look
counter set 0
MoveMatch:
counter add 1
pause
match MoveMatch ...wait
match MoveMatch you may only
match ShackMatch You also see a ruined shack
match Moverandom10 You can't go there
match LREED Obvious
put %move
matchwait
RetMove:
pause
match RetMove ...wait
match RetMove you may only
match RetMove You retreat back to pole range.
match MoveMatch You are already as far away as you can get!
match MoveMatch You retreat from combat.
put ret
matchwait
ShackMatch:
pause
put w
wait
pause
put nw
goto LReed
LReed:
pause
match MoveRandom%c I could not find what you were referring to.
match GoReed You see nothing unusual
match LReed ...wait
match LReed you may only
put look reed
matchwait
MoveRandom1:
setvariable move n
goto MoveMatch
MoveRandom2:
setvariable move ne
goto MoveMatch
MoveRandom3:
setvariable move e
goto MoveMatch
MoveRandom4:
setvariable move se
goto MoveMatch
MoveRandom5:
setvariable move s
goto MoveMatch
MoveRandom6:
setvariable move sw
goto MoveMatch
MoveRandom7:
setvariable move w
goto MoveMatch
MoveRandom8:
setvariable move nw
goto MoveMatch
MoveRandom9:
setvariable move n
goto MoveMatch
MoveRandom10:
counter set 1
goto MoveRandom1
GoReed:
pause
match RetReed You are engaged to
match End The Marsh, Stone Road
match GoReed ...wait
match GoReed you may only
put go reed
matchwait
RetReed:
pause
match RetReed ...wait
match RetReed you may only
match RetReed You retreat back to pole range.
match GoReed You are already as far away as you can get!
match GoReed You retreat from combat.
put ret
matchwait
End:
put #parse EXITCROC DONE