SHOW:
|
|
- or go back to the newest paste.
| 1 | os.loadAPI("manualQuarryShaft.lua")
| |
| 2 | ||
| 3 | print("Amount of Quarrys: ")
| |
| 4 | - | quarrys = read() |
| 4 | + | quarrys = tonumber(read()) |
| 5 | - | print("left or right? (0 or 1)")
|
| 5 | + | print("left or right?")
|
| 6 | direction = read() | |
| 7 | ||
| 8 | - | quarry(quarrys, direction) |
| 8 | + | manualQuarryShaft.quarry(quarrys, direction) |
| 9 | ||
| 10 |