Advertisement
RTS_Dmitriy

HINTS

Apr 28th, 2024 (edited)
239
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 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.  
  24. for i = 1,10 do
  25.  
  26. end
  27.  
  28.  
  29. while true do
  30.  
  31. end
  32.  
  33. if a==1 then
  34.  
  35. elseif a==2 then
  36.  
  37. else  
  38.  
  39. end
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement