while false do
if turtle.detect() then
turtle.forward()
turtle.drop(1)
turtle.forward()
turtle.drop(1)
turtle.forward
turtle.drop(1)
turtle.turnleft
end
end
and my error:
bios:206 [string "cookieparty"]:8: '=' expected
same error as above accept the 8 is a 10
im trying tomake my turtle move forward and drop an item three times then turn left endlessly any help is apreciated and if i need to add anything to the code for it to work properly please let me know












