Jump to content


t3stimony's Content

There have been 1 items by t3stimony (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#114266 Turtle Tree Cutting

Posted by t3stimony on 01 May 2013 - 07:22 PM in Ask a Pro

i am trying to make a tree farm with my turtle.
my code is:
for i = 0, x do
turtle.forward()
turtle.forward()
turtle.turnRight()
turtle.select(log)
if turtle. compare() then
turtle. dig()
turtle.forward()

it says i need an end after if, but i want it inside my for loop