Posted 26 February 2012 - 09:08 PM
while (isSpace()==true) and (turtle.getItemCount(9)>1) do
So I'm doing something wrong with the bracketing. Error is "end" expected to close while. The end comes 5 or so lines down so it is thinking there should be a end before the and statement.
So I'm doing something wrong with the bracketing. Error is "end" expected to close while. The end comes 5 or so lines down so it is thinking there should be a end before the and statement.