Posted 25 October 2012 - 10:50 PM
alright here is a function from my stripminer program
for i = 1, z do
while not turtle.forward() do
turtle.dig()
end
end
but when i run the program i get an error saying 'do' expected on line 2 but as you can see its there, im also getting the same error with if functions except its saying it needs a 'then'
so pretty much the program reader isnt seeing the dos and thens i suppose
oh im still using 1.4.3 btw
for i = 1, z do
while not turtle.forward() do
turtle.dig()
end
end
but when i run the program i get an error saying 'do' expected on line 2 but as you can see its there, im also getting the same error with if functions except its saying it needs a 'then'
so pretty much the program reader isnt seeing the dos and thens i suppose
oh im still using 1.4.3 btw