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

Turtle Tunnel Question

Started by dorky106, 25 February 2012 - 12:24 AM
dorky106 #1
Posted 25 February 2012 - 01:24 AM
is it possible to make a program where the size of the tunnel is based on variables?
I'm talking like to make it like 3x3xLength.
Or would I have to make a program for each size?
Advert #2
Posted 25 February 2012 - 02:09 AM
You can make a program do any size you want.

Syntax could be as follows:
dig <w> <h> <length>
dorky106 #3
Posted 25 February 2012 - 02:13 AM
I dont know LUA well, so I guess I'll start by stripping the code and playing around with it. (I hate thats how I learn)
So dont be surprised if you guys see me in here asking about stuff :P/>/>