This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
sondrex76's profile picture

Help with my mining program

Started by sondrex76, 21 February 2014 - 06:32 AM
sondrex76 #1
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
Lyqyd #2
Posted 21 February 2014 - 10:18 AM
Moved to Ask a Pro.
Alice #3
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?
CometWolf #4
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/
Lyqyd #5
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.
CometWolf #6
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…
sondrex76 #7
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 :/