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

Strip Minning program problem

Started by Moggey12, 08 July 2014 - 04:24 PM
Moggey12 #1
Posted 08 July 2014 - 06:24 PM
Hey guys was writing a little stip minning program and i have been stumped by a problem.

All the individual bits of code work on their own but put them all together and they just fall apart.

Also i don't know how to use functions yet.

(the code may not be correctly indented)
Pastebin : http://pastebin.com/DGHxAwWL

Error message when run: "StripMinning:27: attempt to call nil
Lyqyd #2
Posted 08 July 2014 - 06:53 PM
The turn commands are turtle.turnRight and turtle.turnLeft.