Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --note--
  2.  
  3. function g
  4. redstone.setBundledOutput("left", colors.white)
  5. end
  6.  
  7. function a
  8. redstone.setBundledOutput("left", colors.orange)
  9. end
  10.  
  11. function b
  12. redstone.setBundledOutput("left", colors.magenta)
  13. end
  14.  
  15. function c
  16. redstone.setBundledOutput("left", colors.lightBlue)
  17. end
  18.  
  19. function d
  20. redstone.setBundledOutput("left", colors.yellow)
  21. end
  22.  
  23. function e
  24. redstone.setBundledOutput("left", colors.lime)
  25. end
  26.  
  27. function f
  28. redstone.setBundledOutput("left", colors.pink)
  29. end
  30.  
  31. function g1
  32. redstone.setBundledOutput("left", colors.gray)
  33. end
  34.  
  35. function a1
  36. redstone.setBundledOutput("left", colors.lightGray)
  37. end
  38.  
  39. function b1
  40. redstone.setBundledOutput("left", colors.cyan)
  41. end
  42.  
  43. function c1
  44. redstone.setBundledOutput("left", colors.purple)
  45. end
  46.  
  47. function d1
  48. redstone.setBundledOutput("left", colors.blue)
  49. end
  50.  
  51. function e1
  52. redstone.setBundledOutput("right", colors.brown)
  53. end
  54.  
  55. function f1
  56. redstone.setBundledOutput("right", colors.green)
  57. end
  58.  
  59. function p
  60. sleep(0.5)
  61. end
  62.  
  63. --music--
  64.  
  65. d
  66. d1
  67. p
  68. d
  69. d1
  70. p
  71. d
  72. d1
  73. p
  74. d
  75. d1
  76. p
  77. d
  78. d1
  79. p
  80. a
  81. d1
  82. p
  83. d
  84. d1
  85. p
  86. a
  87. d1
  88. p
  89. c
  90. c1
  91. p
  92. c
  93. c1
  94. p
  95. c
  96. c1
  97. p
  98. c
  99. c1
  100. p
  101. c
  102. c1
  103. p
  104. c
  105. c1
  106. p
  107. a
  108. c1
  109. p
  110. c
  111. c1
  112. p
  113. a
  114. c1
  115. p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement