Barbaric 0 Posted September 9, 2019 Share Posted September 9, 2019 My drone has the inventory controller upgrade and when it goes to grab items from a chest, it simply just floats over it. How can I get it to get the items from the chest? Piece of the code it uses to grab items from the chest: for ii = 1, invcon.getInventorySize(0) do invcon.suckFromSlot(0, ii, 64) end Quote Link to post Share on other sites
My drone has the inventory controller upgrade and when it goes to grab items from a chest,
it simply just floats over it. How can I get it to get the items from the chest?
Piece of the code it uses to grab items from the chest:
for ii = 1, invcon.getInventorySize(0) do
invcon.suckFromSlot(0, ii, 64)
end
Link to post
Share on other sites