Advertisement
Muzze77

GS Info

Jan 21st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ----------------------------------
  2. -- (c)Muzze77 GS Info 1.0 --
  3. ----------------------------------
  4.  
  5. --±++++++++ variables ++++++++++--
  6. m = peripheral.wrap("back")
  7. --±+++++++++++++++++++++++++++++--
  8. ----------------------------------
  9. --±++++++++ functions ++++++++++--
  10. local function cut()
  11. sleep(12)
  12. m.clear()
  13. sleep(1)
  14. m.setCursorPos(1, 1)
  15. end
  16.  
  17. --±+++++++++++++++++++++++++++++--
  18. ----------------------------------
  19. --±++++++++ programms ++++++++++--
  20. while true do
  21. m = peripheral.wrap("back")
  22. term.redirect(peripheral.wrap("back"))
  23. m.setTextColor(colors.green)
  24. m.setTextScale(3)
  25. m.setCursorPos( 1, 3 )
  26. print(" Willkommen in \n Manarola")
  27. cut()
  28. print("Onwer ist Muzze77")
  29. print("Assistenten sind: F1rePath, Hellskellet, Jake7o")
  30. cut()
  31. print("Bei fragen an oben genannte Personen wenden.")
  32. cut()
  33. m.setTextScale(1.5)
  34. print("Infos zu den Grundstücken (GS)")
  35. print("Erst Lesen dann kaufen!")
  36. print("Es gibt 3 Verschiedene GS Arten.")
  37. cut()
  38. print("1. Normale GSe (NGS oder GS) \Haben LV Stromanschluss, \n13x13, \nPreis: 0$ ")
  39. cut()
  40. print("2. Grosse GSe \nHaben MV Stromanschluss, \n16x16 , \nMaterial Umsonst, \nPreis: 300$ ")
  41. cut()
  42. print("3. Riesen GSe / Vip GSaben\nMV Stromanschluss, \n16x32 - 32-32, \nBaumaterial Umsonst, \n+3 MV-Solars Preis:16x32 600$ / 32x32 1200$")
  43. cut()
  44. print("Haben nur VIP oder von Muzze77 Ausgewählte Recht zu bekommen!")
  45. cut()
  46. m.setCursorPos(4, 2)
  47. m.setTextScale(4)
  48. m.setTextColor(colors.red)
  49. print("Regeln!")
  50. cut()
  51. m.setTextScale(1.5)
  52. m.setCursorPos(1, 1)
  53. m.setTextColor(colors.green)
  54. print("1. Regel Keine 1x1 Türme")
  55. print("2. Regel Kein Flaming")
  56. print("3. Regel Ein GS pro User und Stadt")
  57. print("4. Kein Spaming!")
  58. cut()
  59. print("5. Nicht ohne Erlaubnis auf andere GSe")
  60. print("6. Keine Mass Fabrikator ans Öffentliche Netz")
  61. print("7. Kein Griefing oder Schnorren")
  62. print("8. Cobblestone Rand nicht abbauen!")
  63. cut()
  64. print([["Wenn ihr die Regeln verstanden und gelesen habt CODE: [/msg Muzze77 GS4me] , wenn Muzze nicht on Ist an Jake7o oder Groudon23"]])
  65. cut()
  66. print("Bei fragen bitte an Muzze77 oder Hellskellet, Jake7o, Groudon23 wenden!")
  67. cut()
  68. term.restore()
  69. end
  70. --±+++++++++++++++++++++++++++++--
  71. ----------------------------------
  72. --±+++++ end / comentary +++++++--
  73.  
  74. --±+++++++++++++++++++++++++++++--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement