Advertisement
bobmarley12345

bottomFloorPortalNames

Sep 21st, 2020 (edited)
1,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. local mon = peripheral.wrap("top")
  2. mon.setTextScale(1)
  3.  
  4. function monwrite(text, x, y)
  5.     mon.setCursorPos(x, y)
  6.     mon.write(text)
  7. end
  8.  
  9. monwrite("Bases on this floor ", 2, 2)
  10. monwrite("Aaron               ", 2, 3)
  11. monwrite("Zane                ", 2, 4)
  12. monwrite("Danger              ", 2, 5)
  13. monwrite("Mob                 ", 2, 6)
  14. monwrite("Jax                 ", 2, 7)
  15. monwrite("Baasboys            ", 2, 8)
  16. monwrite("Heavenwins          ", 2, 9)
  17. monwrite("Sieder              ", 2, 10)
  18. monwrite("jbro                ", 25, 2)
  19. monwrite("Nathan/DragonSpark  ", 25, 3)
  20. monwrite("FastCircuit/Andiigun", 25, 4)
  21. monwrite("Olivia              ", 25, 5)
  22. monwrite("Main/Home           ", 25, 6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement