
Untitled
By: a guest on
May 9th, 2012 | syntax:
Ruby | size: 0.19 KB | hits: 34 | expires: Never
x = 268 # id of item to deposit #
while(itemcount(x) < 100 and itemcount(x) > 0) # if number of item x < 100 and > 0 #
moveitems(x, "backpack", "depot chest") # deposits until 0 #
end # end #