Posted 26 December 2012 - 03:30 AM
I have this pice of Code(in the program digQuader:
I really can't figure out what's wrong.
Can anyone help?
function turn(dir, height)
if(dir = "right") then --on this line it says ')' expected!
turtle.turnRight()
turtle.forward()
...
end
end
that gives me the error: bios:338: [string "digQuader"]:20: ')' expectedI really can't figure out what's wrong.
Can anyone help?