Posted 30 August 2012 - 07:24 PM
hey guys this program is not finished yet but i cant get it to work any one see what i am missing. thanks
function WB()
for a=1,6 do
turtle.placeDown
turtle.forward
end
turtle.turnRight
end
function LVL()
for b=1,4 do
WB()
end
end
for c=1,5 do
LVL()
turtle.up
end