Posted 11 September 2012 - 04:44 AM
I'm trying to make a my turtle like a kind of quarry. Im using read() to read the size of the quarry then using shell.run() to run excavate then the size.
Here Is my code:
and my error exactly is:
Here Is my code:
term.clear()
term.setCursorPos(1,1)
turtle.refuel()
print ("QuarryBot Online")
write ("Enter Quarry size: ")
size = read()
shell.run(excavate, qsize)
and my error exactly is:
shell:65: bad argument: string expected, got nil