Posted 22 July 2016 - 06:32 PM
Hi, this is a fairly basic program and I dont understand the issue its a nil value issue however I dont see where exactly all I know it is on line 2 :P/> sorry
while true do
if turtle.getitemCount(1) >1 then
turtle.drop()
else
sleep(1)
end
end