Posted 30 April 2013 - 07:13 PM
Hey I just through together a test program that is just a turtle that mines forever made it set to
While not turtle.getItemCount(16) == 0 do
Dig()
End
But I think this is very sloppy because it messes up my empty function so is their a better way to do this??? Ohh and I also have it so when it get a full inventory it comes back "home" and empties its inventory but the problem with this is that it doesn't remember where it stopped mining so it mines air all the way back to where it left off so is there a way for it to save its place and go straight to where it left off and not mine their?
While not turtle.getItemCount(16) == 0 do
Dig()
End
But I think this is very sloppy because it messes up my empty function so is their a better way to do this??? Ohh and I also have it so when it get a full inventory it comes back "home" and empties its inventory but the problem with this is that it doesn't remember where it stopped mining so it mines air all the way back to where it left off so is there a way for it to save its place and go straight to where it left off and not mine their?