trevor403

mon

Aug 17th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. mon.setTextScale(1)
  3. mon.clear()
  4. mon.setCursorPos(1, 1)
  5. mon.write("Welcome to TrevorCraft!")
  6. mon.setCursorPos(1, 3)
  7. mon.write("Owner:")
  8. mon.setCursorPos(1, 4)
  9. mon.write("trevor403")
  10. mon.setCursorPos(1, 6)
  11. mon.write("Staff:")
  12. mon.setCursorPos(1, 7)
  13. mon.write("waka13")
  14. mon.setCursorPos(1, 8)
  15. mon.write("andrewskis")
  16. mon.setCursorPos(1, 9)
  17. mon.write("si1chan")
  18. mon.setCursorPos(1, 10)
  19. mon.write("redkoala88")
  20. mon.setCursorPos(1, 11)
  21. mon.write("opfaze")
Advertisement
Add Comment
Please, Sign In to add comment