amount = 15 while turtle.getItemCount(1) == 0 do turtle.suck() turtle.drop(turtle.getItemCount(1) - amount end
Also, is there anyway that the turtle can take from other slots in the chest, or does it only take from the first slot? I already know that everything in the chest is the same item. I just need to be able to take a specific amount of items from the chest.
Edited by elfin8er, 14 January 2014 - 10:06 PM.












