Advertisement
Frekvens1

[CC] ReturCraft Welcome Message Print

Nov 18th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.85 KB | None | 0 0
  1. -- Screen should be 3x5
  2. local monitor = peripheral.wrap("right")
  3. term.redirect(monitor)
  4. print("")
  5. print("")
  6. print("")
  7. print("[------------------------------------------------]")
  8. print("[-            Welcome to ReturCraft!            -]")
  9. print("[------------------------------------------------]")
  10. print("[-Welcome! We are happy that you decided to give-]")
  11. print("[-  us a try! We are a small growing community! -]")
  12. print("[-  In order for you to become member, you must -]")
  13. print("[-   read all the rules, and complete a test.   -]")
  14. print("[-   Good luck! We hope you will stay with us!  -]")
  15. print("[------------------------------------------------]")
  16. print("[-    For more information, visit our site!     -]")
  17. print("[-        http://www.Frekvens1.webs.com         -]")
  18. print("[------------------------------------------------]")
  19. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement