Machica38

Gare Et Bagarre

Mar 5th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. print("Combien a miner ?")
  2. blocs = read()
  3. blocs = tonumber(blocs)
  4. xd = 80
  5. print("Le minage va commencer !")
  6.  
  7. repeat
  8. turtle.digDown()
  9. turtle.down()
  10. blocs = blocs - 1
  11. until blocs == 0
  12.  
  13. repeat
  14. turtle.up()
  15. blocs = blocs - 1
  16. until xd == 0
Advertisement
Add Comment
Please, Sign In to add comment