Posted 21 July 2013 - 10:44 PM
So I've been trying to run programs in code (aka shell.run) and some programs need arguments(in my case excavate)
im trying to make a turtle do this:
im trying to make a turtle do this:
excavate 1
but do it in rows using a code kinda like this:shell.run("excavate(1)")
but obviously that doesn't work, any help?