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

Turtles do not work!

Started by SuperCrusader111, 25 April 2015 - 10:32 AM
SuperCrusader111 #1
Posted 25 April 2015 - 12:32 PM
Hello,I have problems with turtles,when i make program for it to do some action,it doesn't do it
And as well,there is no TurtleOS on Turtles
i use this code,but it doesn't work

os.sleep(5)
turtle.forward()
turtle.back()
Anavrins #2
Posted 25 April 2015 - 07:38 PM
Make sure the turtle has fuel in it.
Place any fuel that you would put in a furnace into the turtle, and run the command "refuel all"
Edited on 25 April 2015 - 05:38 PM