Advertisement
Guest User

welcome

a guest
Dec 9th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.62 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.clear()
  3.  
  4. mon.setCursorPos(1,1)
  5. mon.setTextScale(0.5)
  6.  
  7. mon.write("Welcome to I&H Corporation")
  8. mon.setCursorPos(1,3)
  9. mon.setTextColor(colors.red)
  10. mon.write("End User License Agreement")
  11. mon.setCursorPos(1,5)
  12. mon.setTextColor(colors.white)
  13. mon.write("1. This shop does NOT affiliate")
  14. mon.setCursorPos(1,6)
  15. mon.write("with the spawn shop or any other shop that")
  16. mon.setCursorPos(1,7)
  17. mon.write("another player may have built")
  18. mon.setCursorPos(1,9)
  19. mon.write("2. Any damages or loses can be")
  20. mon.setCursorPos(1,10)
  21. mon.write("reported to the creator of the shop;")
  22. mon.setCursorPos(1,11)
  23. mon.write("Itsz & Henk via discord with valid proof.")
  24. mon.setCursorPos(1,12)
  25. mon.write("So before going to shop you might want to")
  26. mon.setCursorPos(1,13)
  27. mon.write("take a few pictures of your inventory")
  28. mon.setCursorPos(1,15)
  29. mon.write("3. The output chest for PIM speaks")
  30. mon.setCursorPos(1,16)
  31. mon.write("for itself, if you lost your items within the")
  32. mon.setCursorPos(1,17)
  33. mon.write("transaction process, then all items that you lost")
  34. mon.setCursorPos(1,18)
  35. mon.write("should be in the chest. Proof that is invalid")
  36. mon.setCursorPos(1,19)
  37. mon.write("will be rejected or will be placed on hold")
  38. mon.setCursorPos(1,20)
  39. mon.write("for further invenstigation")
  40. mon.setCursorPos(1,22)
  41. mon.write("4. If you found a glitch/exploit,")
  42. mon.setCursorPos(1,23)
  43. mon.write("report it to the owners and you will get a")
  44. mon.setCursorPos(1,24)
  45. mon.write("reward. Exploting the glitches may lead")
  46. mon.setCursorPos(1,25)
  47. mon.write("to an island ban")
  48. mon.setCursorPos(1,27)
  49. mon.write("5. This shop is currently in BETA.")
  50. mon.setCursorPos(1,28)
  51. mon.write("Glitches may occur within the shop and we will")
  52. mon.setCursorPos(1,29)
  53. mon.write("be fixing them for a better user experience")
  54. mon.setCursorPos(1,31)
  55. mon.write("6. The virtual currency that we use")
  56. mon.setCursorPos(1,32)
  57. mon.write("is (IH$) [stored in the")
  58. mon.setCursorPos(1,33)
  59. mon.write("system's database]. You can buy virtual money")
  60. mon.setCursorPos(1,34)
  61. mon.write("via /pay (owner's name), [Owner needs to be online")
  62. mon.setCursorPos(1,35)
  63. mon.write("for payments], any virtual money lost in the")
  64. mon.setCursorPos(1,36)
  65. mon.write("database bought via /pay will NOT be")
  66. mon.setCursorPos(1,37)
  67. mon.write("refunded but we will try to retrieve your")
  68. mon.setCursorPos(1,38)
  69. mon.write("lost account")
  70. mon.setCursorPos(1,40)
  71. mon.write("7. By entering the shop room you")
  72. mon.setCursorPos(1,41)
  73. mon.write("agree to our EULA and that we don't do refunds")
  74. mon.setCursorPos(1,42)
  75. mon.write("Use the shop at your own risk")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement