turtle.dig()
turtle.forward()
turtle.dig()
turtle.forward()
etc.
I have also started using more functions and loops to get my turtles to do what I want them to do, and so far everything seems to be going well. I'm now working on adding some more advanced features to the coding I am writing such as gravel/sand proofing and mob proofing, I have been successful in the gravel proofing thanks to the tutorials and am well on my way to accomplishing the mob proofing. I will stop myself here before I ramble on too much, but I felt that an introduction might encourage more users to respond to this post.
I will now begin by providing more info on the versions that I am using. when using CC I run Minecraft version 1.7.10 along with Minecraft Forge version 10.13.2.1291 and ComputerCraft version 1.73
As I stated above I have been spending hours reading through tutorials and forum posts to learn as much as possible, and while doing so I found reference to what seems to be pre-defined variables (like 'i' seems to be predefined to mean inventory), and I have also seen reference to things such as a PIL that I'm not sure what they are or how I can use them to help me. I have also spent a few hours searching this forum and also running searches on google to try to figure out the answer to my question but most of the results that I get are either too advanced for me to understand or have nothing to do with what I am looking for.
Now for my question: is there a topic on this forum or else where that I can go to find out more about pre-defined variables such as 'i' (I apologize if I'm not using the proper terminology) and where/how do I find this PIL (from what I understand it seems to be a reference to lua language and how to use it) and other reference material to help me learn.
I'm not necessarily asking anyone to explain these things to me, a simple link to (or even just a "go to this thread") is all that I need, I can do the rest myself. I had been trying to avoid posting this question here but after searching and reading as much as I have my eyes (and head) are starting to hurt a little.
I apologize once again if this question has already been asked and answered or covered somewhere in a tutorial that I may have missed but I can't handle anymore searching at the moment. Any and all help with this is greatly appreciated.
Finally I would like to thank all of the developers, administrators, and moderators of CC and this forum, you are all awesome.
Thanking you in advance,
kornstar83