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

Error in function turtle.forward()

Started by H34DSH0T97, 06 November 2012 - 03:27 AM
H34DSH0T97 #1
Posted 06 November 2012 - 04:27 AM
When i edit a program, i insert only the function "turtle.forward()", but the turtle won't move. What i can do? Please help me! My ComputerCraft version in 1.46
Orwell #2
Posted 06 November 2012 - 04:40 AM
Put coal in slot number one and run the following lines to fuel your turtle:

turtle.select(1)   -- select first slot
turtle.refuel(64)  -- consume as many fuel as it can

Then you can move. :P/>/>

Edit: Also, this should go in the 'Ask a Pro' forum.