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

Help needed for building program.

Started by ComputerWizz1508, 19 March 2013 - 03:43 PM
ComputerWizz1508 #1
Posted 19 March 2013 - 04:43 PM
Program is pastebined to xHFadfiH please help me figure out what i'm doing wrong/ need to do to make this work.
Lyqyd #2
Posted 20 March 2013 - 03:59 AM
Split into new topic.

What error message(s) are you receiving? Full text of the error, please. What unexpected behavior are you seeing, if there isn't an error? You can't just say, "It doesn't work!" and expect us to read your mind.
ComputerWizz1508 #3
Posted 20 March 2013 - 11:36 AM
The error i receive is

platform:92: attempt to preform arithmetic __sub on nil and number.

Have slightly altered code. New pastebin is q78K0WYy. Please help me work around my problem
Kingdaro #4
Posted 20 March 2013 - 12:20 PM
You never defined a "left" variable.
ComputerWizz1508 #5
Posted 20 March 2013 - 05:51 PM
Thank you for your help. I have got it working for the main program. I also had to add a forward after the turtle turned for the newRight/Left functions to make it build evenly.