Posted 18 April 2015 - 02:51 AM
I'm playing a modpack in which I would like to create a frame quarry, I spent a while creating the actual code and build for the thing but I am getting a error that probably should not be happening.
And the actual line that is giving me trouble is:
When I actually try to run the program is says "bios:366: [string "quarry"]:55: '(' expected".
Someone please help me because I am testing this at the moment but I actually want to do this in survival, and I don't know much about coding.
local function Cycle1
QuarryMove()
sleep(3)
Dig()
end
And the actual line that is giving me trouble is:
QuarryMove()
When I actually try to run the program is says "bios:366: [string "quarry"]:55: '(' expected".
Someone please help me because I am testing this at the moment but I actually want to do this in survival, and I don't know much about coding.