-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundlewo.cmd
More file actions
54 lines (43 loc) · 1.07 KB
/
bundlewo.cmd
File metadata and controls
54 lines (43 loc) · 1.07 KB
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
#debug 5
var container $deed.container
var container2 $primary.container
var second_container NO
put stow left
var item %1
get:
match bundle You get
match get.deed What were you referring to?
put get my %item in my %container
matchwait 10
goto notenough
get.deed:
match bundle You get
match notenough What were you referring to?
put get my %item.deed in my %container
matchwait 10
goto notenough
bundle:
match get You notate
matchre stow You have already|not tracking any work orders
matchre drop The work order requires items of a higher quality
matchre nomatch isn't the correct type of item for this work order
put bundle my $lefthand with my logbook
matchwait
nomatch:
echo
echo #### Item does not match order ####
echo
goto done
drop:
put drop my $lefthand
goto get
stow:
put put my $lefthand in my %container
goto done
notenough:
echo
echo #### Not Enough ####
echo
goto done
done:
put #parse BUNDLE DONE