-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcollect.cmd
More file actions
43 lines (34 loc) · 796 Bytes
/
collect.cmd
File metadata and controls
43 lines (34 loc) · 796 Bytes
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
#debug 5
var maxexp 34
var item %1
var skill Outdoorsmanship
if_3 then var skill Perception
Collect:
match Kick You manage to collect
matchre Collect unable to find anything|wondering what you might find|what it was you were looking for|is this what you were looking for|better luck trying to find
match Wait1 ...wait
match stopPlay bit too busy performing to do that
put collect %item
matchwait 3
goto Collect
stopPlay:
put stop play
goto Collect
Wait1:
pause 1
goto Collect
Wait2:
pause 1
goto Kick
Kick:
pause 0.5
matchre CheckEXP You take a step back|Now what did the|I could not find
match Wait2 ...wait
put kick %1
matchwait 3
CheckEXP:
if $%skill.LearningRate >= %maxexp then goto END
goto Collect
END:
pause 1
put #parse FORAGING DONE