Eco

Turtle Basics

Eco
Apr 21st, 2021 (edited)
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. -- CTRL + T to terminate a program
  2. -- CTRL+R or CTRL+S (for reboot and shutdown)
  3. -- pastebin get m5572C0n eTunnel
  4. -- rm eTunnel.lua                   To update  
  5.  
  6. Set Name
  7. In the command line on the turtle, just run this command:
  8. label set TurtleName
  9. From Lua you can do:
  10. os.setComputerLabel("LabelName")
  11.  
  12. Turtle Command Line:
  13. programs
  14. to see a list of programs
Add Comment
Please, Sign In to add comment