Cut Wizard Hats, sort cloth back to container by special_sy
Related: Inscribeinscription
Description from the author:
# Script by Chumber
# The poor mans version with no special containers ;)
# Just start your queue and then run this script.
clearignore!
overhead "Cleaning duties!"
if not varexist container_cloth
overhead "Select Material Container"
setvar container_cloth
endif
while findtype 5912 backpack as item
dclicktype 3999
waitfortarget 500
target item
wait 500
endwhile
while findtype 5990 backpack as cloth
lift cloth 999
wait 1000
drop container_cloth 9999 -1 -1
wait 1000
ignore cloth
endwhile
wait 20000
replayYou can set the material container to your stockpile, im poor so it's just a container :D