Advertisement
Guest User

startup.lua

a guest
Feb 17th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local monitor = peripheral.wrap("top")
  2.  
  3. local scale = 2
  4.  
  5. monitor.clear()
  6. monitor.setTextScale(scale)
  7. monitor.setCursorPos(1,2)
  8. monitor.write("Main Exit")
  9. monitor.setCursorPos(1,3)
  10. monitor.write("Main Workstation")
  11. monitor.setCursorPos(1,4)
  12. monitor.write("Main Reactor")
  13. monitor.setCursorPos(1,5)
  14. monitor.write("Nether-Portal")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement