Created: 08/28/2022, 05:58:45 PM Updated: 08/28/2022, 05:58:45 PM View Change History
1
2
3
4
5
6@setvar! globalWaitTime 650
7
8clearignore
9if findtype "reagent satchel" self as satchel
10 overhead "Organizing Satchel..." 24
11 while findtype 3963|3980|3974|3973|3981|3962|3976|3972 backpack as reg
12 getlabel reg regDesc
13 overhead "Moving {{regDesc}}" 66
14 lift reg 60000
15 drop satchel -1 -1 -1
16 wait globalWaitTime
17 ignore reg
18 endwhile
19 overhead "Satchel Organized!" 24
20 clearignore
21else
22 overhead "No satchel found" 34
23endif