Advertisement
s3ptum

Rules board

Sep 14th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. while true do
  2. mon = peripheral.wrap("back")
  3. term.redirect(mon)
  4. mon.clear()
  5. mon.setTextScale(1)
  6. mon.setCursorPos(5,3)
  7. mon.setTextColor(8)
  8. print("Welcome to the Shopping District!")
  9. mon.setTextScale(2)
  10. mon.setCursorPos(4,5)
  11. print("Go to OmniTekmc.com to see how you")
  12. mon.setCursorPos(4,6)
  13. print("can get a shop of our own!We would")
  14. mon.setCursorPos(5,7)
  15. print("prefer that you build a shop that")
  16. mon.setCursorPos(6,8)
  17. print("isn't a cube. Get creative and")
  18. mon.setCursorPos(5,9)
  19. print("please no skyscrapers be modest.")
  20. mon.setCursorPos(6,10)
  21. print("Prohibited Items in shops, any")
  22. mon.setCursorPos(8,11)
  23. print("machine of any kind that may")
  24. mon.setCursorPos(5,12)
  25. print("produce or consume anything. This")
  26. mon.setCursorPos(6,13)
  27. print("includes but is not limited to")
  28. mon.setCursorPos(6,14)
  29. print("spawners, furnaces, pulverizers,")
  30. mon.setCursorPos(7,15)
  31. print("macerators, compressors ect.")
  32. mon.setCursorPos(6,16)
  33. print("Chunk Loaders, Crops or Trees of")
  34. mon.setCursorPos(7,17)
  35. print("any kind and Mobs of any kind.")
  36.  
  37. sleep(10)
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement