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

Fuelled turtle won't execute commands even with 0 errors.

Started by ISUCKATTURTLES, 28 July 2013 - 07:43 AM
ISUCKATTURTLES #1
Posted 28 July 2013 - 09:43 AM
Title: Fueled turtle won't execute commands even with 0 errors.

Hello,
Question is I have made a program to autofarm take items seeds from a chest take bonemeal from a chest grow the plant then store the wheat. my problem is that no errors are showing up when I type in the command however it isnt running either. I have it FULL of fuel I loaded her up and I have not a clue else what to do to solve this question.. I can post my script however it is about 100 lines long and done inside the game so I dont think I would be able to copy and paste the damn thing.

Thanks

**EDIT also I'm sure someone will say it I already went into lua and tested and the turtle will turn fine he just won't run this command..
AfterLifeLochie #2
Posted 29 July 2013 - 03:50 AM
If you've put fuel into the turtle, have you run the 'refuel' program at least once to physically consume the fuel?

If you have used the refuel program or called turtle.refuel() in your code, you can check the fuel level using turtle.getFuelLevel()