Back to "b" tags

Cut Wizard Hats, sort cloth back to container by special_sy

Description: You can set the material container to your stockpile, im poor so it's just a container :D

1# Script by Chumber
2# The poor mans version with no special containers ;)
3# Just start your queue and then run this script.
4clearignore! 
5overhead "Cleaning duties!"
6if not varexist container_cloth
7    overhead "Select Material Container"
8    setvar container_cloth
9endif
10
11while findtype 5912 backpack as item
12    dclicktype 3999
13    waitfortarget 500
14    target item
15    wait 500
16endwhile
17
18while findtype 5990 backpack as cloth
19    lift cloth 999
20    wait 1000
21    drop  container_cloth 9999 -1 -1
22    wait 1000
23    ignore cloth
24endwhile
25wait 20000
26replay