2 posts
Location
Norway
Posted 21 February 2014 - 07:32 AM
print("Remember chest and torches")
turtle.up()
turtle.dig()
turtle.forward()
turtle.dig()
turtle.forward()
turtle.dig()
turtle.forward()
turtle.digDown()
turtle.down()
shell.run("tunnel 33")
shell.run("refuel all")
shell.run("turn left")
shell.run("turn left")
turtle.up
turtle.select(1)
turtle.placeDown()
for i=1 ,11 do
turtle.forward()
end
turtle.placeDown()
for i=1 ,11 do
turtle.forward()
end
turtle.placeDown()
for i=1 ,11 do
turtle.forward()
end
turtle.placeDown()
turtle.forward()
turtle.forward()
turtle.forward()
turtle.down()
turtle.drop()
OS.reboot()
It crashes with bios: 339: .[string."mine"]:16:.*=* expected
8543 posts
Posted 21 February 2014 - 10:18 AM
Moved to Ask a Pro.
882 posts
Location
Behind you.
Posted 21 February 2014 - 10:50 AM
Since Lyqyd didn't ask it, can you please use code blocks when typing out your code?
And where is your code erroring?
1281 posts
Posted 21 February 2014 - 11:53 AM
turtle.up
This is obviously the problem, like the error message he posted in green (wtf?), points out.
OP, read this or go away.
http://www.computercraft.info/forums2/index.php?/topic/14531-read-this-post-before-asking-questions/
8543 posts
Posted 21 February 2014 - 12:23 PM
Don't tell people to go away. Pointing out the sticky posts is fine, but let's encourage people to post good questions rather than discourage them from posting at all.
1281 posts
Posted 21 February 2014 - 01:27 PM
It might be a little mean, but it's just such a lack of initiative on his part. Flat out ignoring a sticky labeled "Read This Post Before Asking Questions", which even answers his question…
2 posts
Location
Norway
Posted 22 February 2014 - 02:18 PM
It might be a little mean, but it's just such a lack of initiative on his part. Flat out ignoring a sticky labeled "Read This Post Before Asking Questions", which even answers his question…
sorry for not reading it, was a bit tired when i posted it. Also i got the wierd colors since i pasted my code from pastebin. (I have inverted colors so for me it looks good) Thanks for the help and you are right, i should realy read the "read this post before asking questions" sorry for my bad grammar, i am not to good at writing english without mistakes :/