135 posts
Posted 28 September 2013 - 10:51 PM
FastTurtle Api
Fast turtle is a very useful api
instead of doing turtle. commands over and over
just do it once with fastturtle example: turtle.forward()
if u want your turtle to move forward 10 times u have to spam that
10 times over but with fastturtle u dont just do: FastTurtle.forward(10)
Thats all there is to it ;)/>
Edited on 01 June 2014 - 10:04 PM
8543 posts
Posted 28 September 2013 - 11:37 PM
At least test your code before posting it.
Locked.
135 posts
Posted 16 April 2014 - 09:53 PM
Done Worry Guys I Fixed My Code Its No Longer Defective
13 posts
Posted 24 May 2014 - 04:41 AM
All you did was removed the "turtle." and put the commands in a for loop. You didn't even use your own functions in your dig function…
227 posts
Location
Germany
Posted 24 May 2014 - 03:07 PM
I don't really get the point in place(num), placeDown(num) or placeUp(num).
Especially placeUp(num), why would you want to place a block several times if you already placed one there?
135 posts
Posted 02 June 2014 - 12:02 AM
I don't really get the point in place(num), placeDown(num) or placeUp(num).
Especially placeUp(num), why would you want to place a block several times if you already placed one there?
yeah thats kinda stupid i will remove that
UPDATED
Edited on 01 June 2014 - 10:04 PM