Posted 31 August 2012 - 06:02 PM
Now I have a feeling that this is a bug or has something to do with the server, but maybe I'm still missing something
I wrote a very plain bit of code just to fool around and see what I can do with turtles, but it keeps on giving me the error.
When I first wrote it, I did miss the brackets on turtle.turnLeft, which was similar to most of the problems I found googling for the error message.
Can it be that the server is stuck in giving me the error message while the program is fixed? if so, any way to jog it without ops?
Also, almost completely unrelated, I can't find a ComputerCraft folder on my Mac. Does anyone know where to find it? I'm thinking it's hidden in the .app maybe, but I'm not sure and I don't know how to acces it..
I wrote a very plain bit of code just to fool around and see what I can do with turtles, but it keeps on giving me the error.
While turtle.detect() do
turtle.turnLeft()
end
turtle.forward()
turtle.up()
turtle.down()
When I first wrote it, I did miss the brackets on turtle.turnLeft, which was similar to most of the problems I found googling for the error message.
Can it be that the server is stuck in giving me the error message while the program is fixed? if so, any way to jog it without ops?
Also, almost completely unrelated, I can't find a ComputerCraft folder on my Mac. Does anyone know where to find it? I'm thinking it's hidden in the .app maybe, but I'm not sure and I don't know how to acces it..