This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
SgtElis's profile picture

shell.run excavate!?

Started by SgtElis, 22 January 2013 - 08:19 PM
SgtElis #1
Posted 22 January 2013 - 09:19 PM
Hi, I'm trying to acces the excavate program through another program! What I'm trying to do is so that a turtle keeps on going even after its full (It empty it selfe and then keep on going), but for the way I try to do it it wont work!
I tryed to do shell.run("excavate 10") but when I do that it says No Such Program, when I instead do just shell.run("excavate") it says excavate <diameter>…
How can I make this work?
(Sry for bad english)

//Elis
3ydney #2
Posted 22 January 2013 - 09:23 PM
shell.run("excavate", "10")

Just type

excavate 10
SgtElis #3
Posted 22 January 2013 - 10:20 PM
Tnx! :D/>
remiX #4
Posted 22 January 2013 - 10:58 PM
Are you using cc 1.3?