Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("top")
- term.redirect(mon)
- 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 beer runs wild!")
- print("Where the eagles roam!")
- print("And the people are free!")
- print("Welcome to the land of Promethea.")
- print("We hope your enjoy your stay.")
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment