Posted 01 January 2013 - 12:47 PM
Here is my new code, it mines then it comes back to you so you don't need to follow it but it doesn't place torches, i might add it in later but here it is : this one acctually comes back to you and it works perfectly :D/>
http://pastebin.com/NTp0pGwY
http://pastebin.com/NTp0pGwY
print("Mining...")
cond = 1
while cond ~= 50 do
turtle.dig()
turtle.digDown()
turtle.digUp()
turtle.forward()
cond = cond + 1
end
if cond == 50 then
turtle.turnLeft()
turtle.turnLeft()
while cond ~= 100 do
cond = cond + 1
turtle.forward()
end
end
print("Finished!")
print("Created By Samh111! Thank You For Using My Miner!")