Advertisement
Guest User

quarry.lua

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