Advertisement
Guest User

startup.lua

a guest
Oct 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. p = peripheral.wrap("top")
  2. p.clear()
  3. p.setCursorPos(1,1)
  4. p.write("251")
  5. p.setCursorPos(1,2)
  6. p.write("-------")
  7. p.setCursorPos(1,3)
  8. p.write("Server")
  9. p.setCursorPos(1,4)
  10. p.write("Room 1")
  11. p.setCursorPos(1,5)
  12. p.write("-------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement