Advertisement
RTS_Dmitriy

HINTS

Apr 28th, 2024 (edited)
331
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | Software | 2 0
  1. print("Some text")
  2.  
  3. text = read()
  4.  
  5. turtle.forward()
  6. turtle.back()
  7. turtle.turnLeft()
  8. turtle.turnRight()
  9. turtle.up()
  10. turtle.down()
  11. turtle.place()
  12. turtle.placeDown()
  13. turtle.placeUp()
  14. turtle.select()
  15. turtle.dig()
  16. turtle.digUp()
  17. turtle.digDown()
  18. turtle.detect()
  19. turtle.detectUp()
  20. turtle.detectDown()
  21. turtle.refuel()
  22. turtle.getFuelLevel()
  23. turtle.select(N)
  24.  
  25. for i = 1,10 do
  26.  
  27. end
  28.  
  29.  
  30. while true do
  31.  
  32. end
  33.  
  34. if a==1 then
  35.  
  36. elseif a==2 then
  37.  
  38. else  
  39.  
  40. end
  41.  
  42. function NAME()
  43.  
  44. end
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement