Advertisement
koki2000

lépcsőző

Oct 9th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local ertek = 0
  2.  
  3. ertek = read()
  4.  
  5. for i = 1, ertek do
  6. turtle.dig()
  7. turtle.forward()
  8. turtle.digUp()
  9. turtle.digDown()
  10. turtle.down()
  11. turtle.digDown()
  12. end
  13.  
  14. turtle.turnLeft()
  15. turtle.turnLeft()
  16. turtle.select(9)
  17.  
  18. for i = 1, ertek do
  19. turtle.place()
  20. turtle.up()
  21. turtle.forward()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement