Posted 08 April 2013 - 08:49 AM
if turtle.getItemCount(1) > 63 then
turtle.select(1)
turtle.turnRight
turtle.drop()
turtle.turnLeft
end
I have a dect/dig loop above, no issue there so i didnt think i needed to write it. trying to make it turn to drop to chest then turn back to mine again. (alright so i thought i didnt need to write other three lines, since i didnt think it was important… seems it is now)
"turtle.drop()" line is where it is having some problems '=' expected is coming up so i tried turtle.drop and same thing came up.
Am i missing a code within it?
Thanks
turtle.select(1)
turtle.turnRight
turtle.drop()
turtle.turnLeft
end
I have a dect/dig loop above, no issue there so i didnt think i needed to write it. trying to make it turn to drop to chest then turn back to mine again. (alright so i thought i didnt need to write other three lines, since i didnt think it was important… seems it is now)
"turtle.drop()" line is where it is having some problems '=' expected is coming up so i tried turtle.drop and same thing came up.
Am i missing a code within it?
Thanks