Posted 31 August 2016 - 08:56 AM
Hi,
I'm currently getting the error, ":7: ')' expected"
Normally with this error I would do the obvious, find the missing closed parenthesis. From my multiple revisions I cannot find a missing one.
I'm looking to write a program that basically sends and receives from a turtle that will tell that turtle to run a selection of predefined functions within the turtle that will build and cleanup things.
I'm aware this is likely poorly written code for what I'm trying to do, but it's more for my own learning.
I'm relatively new to ComputerCraft/Lua and am sure I'm missing something relatively obvious so please bear with me as I bumble my way through the syntax.
http://pastebin.com/CRD2kgS0
Thanks in advance!
I'm currently getting the error, ":7: ')' expected"
Normally with this error I would do the obvious, find the missing closed parenthesis. From my multiple revisions I cannot find a missing one.
I'm looking to write a program that basically sends and receives from a turtle that will tell that turtle to run a selection of predefined functions within the turtle that will build and cleanup things.
I'm aware this is likely poorly written code for what I'm trying to do, but it's more for my own learning.
I'm relatively new to ComputerCraft/Lua and am sure I'm missing something relatively obvious so please bear with me as I bumble my way through the syntax.
http://pastebin.com/CRD2kgS0
Thanks in advance!