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

Help! Program bug :(

Started by Inocxh, 12 March 2014 - 01:50 PM
Inocxh #1
Posted 12 March 2014 - 02:50 PM
Hi! I have tried to create my first program(a quarry) but when i start the program the turtle just rotates
here is the pastebin :D/> http://pastebin.com/8U3XWzPy
(sry for bad english. hopefully you understand :D/>)
(Please say if this is under the wrong category :)/> )
Inumel #2
Posted 12 March 2014 - 05:02 PM
Havent even looked at your code yet, but did you fuel the turtle up? using turtle.refuel() or refual all
Edited on 12 March 2014 - 04:03 PM
Alice #3
Posted 12 March 2014 - 06:46 PM
Havent even looked at your code yet, but did you fuel the turtle up? using turtle.refuel() or refual all
turtle.refuel() in the program, and refuel all when not in the program.
Inumel #4
Posted 12 March 2014 - 09:14 PM
Havent even looked at your code yet, but did you fuel the turtle up? using turtle.refuel() or refual all
turtle.refuel() in the program, and refuel all when not in the program.

yes, thank you for clarifying
twormtwo #5
Posted 13 March 2014 - 12:13 AM
for the Forward() function you have to put

block = turtle.detect()
before the if statement, otherwise it does funky stuff