edoreld

Spawn Message

Dec 27th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local mon = peripheral.wrap("top")
  2. term.redirect(mon)
  3. term.clear()
  4. term.setCursorPos(1,1)
  5.  
  6.  
  7. term.setBackgroundColor(colors.black)
  8. term.setTextColor(colors.white)
  9.  
  10. print("Welcome to the land of Promethea!")
  11. print("Where the ores are bountiful!")
  12. print("Where the mead runs wild!")
  13. print("Where the bats roam,")
  14. print("And the people are free!")
  15. print("Welcome to the land of Promethea.")
  16. print("We hope your enjoy your stay.")
  17.  
  18. print("=============================")
  19.  
  20. print("")
  21. print("We bid you a warm welcome to our server. To get started simply go down the path to your left.")
  22. print("At the intersection you can go right to reach the marketplate, where several advanced goods are available for purchase.")
  23. print("You might wanna remember this place, for some items are only acquirable there.")
  24. print("To the left, if you follow the tunnel, you will find our starting area, where you are free to build your house and mingle with other players.")
  25. print("You are free to build anywhere else, though. Good luck and have fun!")
  26.  
  27. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment