Bomb Bloke, on 10 May 2015 - 11:04 AM, said:
popdog15, on 09 May 2015 - 05:44 AM, said:
So around line 257, we have:
function figureOutTurn(newf) while f ~= newf do turtle.turnLeft() end end
... a loop that'll repeat so long as f isn't newf. And since it never bothers to change those variables, it's indeed going to keep going for quite a while...
Did you intend to call your changeTurtle() function from there?


Posted by
