Jump to content

elhartman

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by elhartman

  1. Well that was a simple fix. That seemed to be the problem! Thanks for the help!
  2. I don't know exactly where to put this, and I can't seem to get online on the ComputerCraft forums, but since ComputerCraft is a big part of Technic Pack, I assume everyone here knows a bit of Lua. So, my problem is that on a line where I have "end" written, I get an error saying '=' expected. Here's my code: while turtle.detectDown()==false do turtle.digDown() end sleep(10) turtle.suck() while turtle.detectUp()==false do turtle.digUp end The problem is occuring on line 8 (last line). Anybody who can help me, thank you very much! And if you are a moderator, please move my post to the correct topic (: Thank you very much.
×
×
  • Create New...