Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("top")
- term.redirect(mon)
- term.clear()
- term.setCursorPos(1,1)
- term.setBackgroundColor(colors.black)
- term.setTextColor(colors.white)
- print("Welcome to the land of Promethea!")
- print("Where the ores are bountiful!")
- print("Where the mead runs wild!")
- print("Where the bats roam,")
- print("And the people are free!")
- print("Welcome to the land of Promethea.")
- print("We hope your enjoy your stay.")
- print("=============================")
- print("")
- print("We bid you a warm welcome to our server. To get started simply go down the path to your left.")
- print("At the intersection you can go right to reach the marketplate, where several advanced goods are available for purchase.")
- print("You might wanna remember this place, for some items are only acquirable there.")
- 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.")
- print("You are free to build anywhere else, though. Good luck and have fun!")
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment