Advertisement
Guest User

startup

a guest
Mar 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. local mon = peripheral.wrap("back")
  2. mon.clear()
  3. mon.setCursorPos(1,1)
  4. mon.setTextScale(4)
  5. mon.write(" ******************* ")
  6. mon.setCursorPos(1,3)
  7. mon.write("      Welcome to     ")
  8. mon.setCursorPos(1,4)
  9. mon.write("   Mooseworks Lobby  ")
  10. mon.setCursorPos(1,7)
  11. mon.write(" ******************* ")
  12. mon.setCursorPos(1,8)
  13. mon.write("-Please pick a portal")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement