Advertisement
CelticCoder

quarry.lua

Aug 8th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. os.loadAPI("manualQuarryShaft.lua")
  2.  
  3. print("Amount of Quarrys: ")
  4. quarrys = tonumber(read())
  5. print("left or right?")
  6. direction = read()
  7.  
  8. manualQuarryShaft.quarry(quarrys, direction)
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement