Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- args = {...}
- if #args < 3 then
- print("Usage: Begin <size> <x> <z>")
- exit()
- end
- h = fs.open("location","w")
- h.writeLine(args[1])
- h.writeLine(args[2])
- h.writeLine(args[3])
- h.close()
- write(string.format("Beginning quarry of size %d at %d, %d in: ",args[1],args[2],args[3]))
- for i=1,5 do
- write(6-i)
- os.sleep(1)
- end
- shell.run("run",args[1])
Advertisement
Add Comment
Please, Sign In to add comment