This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Lewisk3's profile picture

Fastturtle A Turtle Api

Started by Lewisk3, 28 September 2013 - 08:51 PM
Lewisk3 #1
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
Lyqyd #2
Posted 28 September 2013 - 11:37 PM
At least test your code before posting it.

Locked.
Lewisk3 #3
Posted 16 April 2014 - 09:53 PM
Done Worry Guys I Fixed My Code Its No Longer Defective
punchin #4
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…
wieselkatze #5
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?
Lewisk3 #6
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