http://pastebin.com/D1JAVgKCLets start by saying that i cant code....and i want to make a turtle attack machine that will kill wither Skellys so i need some code to help with this! please leave some coding
or direct me to a coding page. PLEASE!
Wrote that a week or two ago for someone.
It attacks anything in front of it and drops anything in it picks up below it. If you want it to be different directions change this line:
Code:
turtle.dropDown()
To
Code:
turtle.drop()
If you want it to drop behind, to the side, or in front of it.
Or
Code:
turtle.dropUp()
If you want it to drop above it.