Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1.  
  2. [ISubPalette, "ZPlugin:Test",0]
  3.  
  4. [ISwitch, "ZPlugin:Test:A"
  5. ,//button State
  6. 1
  7. ,//popup tooltip
  8. "tooltip 1"
  9. ,//grouped commands when pressed
  10. [IUnPress, "Zplugin:Test:B"]
  11. [IUnPress, "Zplugin:Test:C"]
  12. [IUnPress, "Zplugin:Test:D"]
  13. , //grouped command when unpressed
  14. , //initially disable
  15. 1
  16. ,.25
  17. ]
  18.  
  19. //[IEnable, "ZPlugin:Test:A"]
  20.  
  21. [ISwitch, "ZPlugin:Test:B"
  22. ,//button State
  23. 0
  24. ,//popup tooltip
  25. "tooltip 2"
  26. ,//grouped commands when pressed
  27. [IUnPress, "Zplugin:Test:A"]
  28. [IUnPress, "Zplugin:Test:C"]
  29. [IUnPress, "Zplugin:Test:D"]
  30. , //grouped command when unpressed
  31. , //initially disable
  32. 1
  33. ,.25
  34. ]
  35. //[IEnable, "Zplugin:Test:B"]
  36.  
  37. [ISwitch, "ZPlugin:Test:C"
  38. ,//button State
  39. 0
  40. ,//popup tooltip
  41. "tooltip 3"
  42. ,//grouped commands when pressed
  43. [IUnPress, "Zplugin:Test:A"]
  44. [IUnPress, "Zplugin:Test:B"]
  45. [IUnPress, "Zplugin:Test:D"]
  46. , //grouped command when unpressed
  47. , //initially disable
  48. 1
  49. ,.25
  50. ]
  51. //[IEnable, "Zplugin:Test:C"]
  52. [ISwitch, "ZPlugin:Test:D"
  53. ,//button State
  54. 0
  55. ,//popup tooltip
  56. "tooltip 4"
  57. ,//grouped commands when pressed
  58. [IUnPress, "Zplugin:Test:A"]
  59. [IUnPress, "Zplugin:Test:B"]
  60. [IUnPress, "Zplugin:Test:C"]
  61. , //grouped command when unpressed
  62. , //initially disable
  63. 1
  64. ,.25
  65. ]
  66. //[IEnable, "Zplugin:Test:D"]
  67.  
  68. [ISwitch, "ZPlugin:Test:A2"
  69. ,//button State
  70. 1
  71. ,//popup tooltip
  72. "tooltip 5"
  73. ,//grouped commands when pressed
  74. [IUnPress, "Zplugin:Test:B2"]
  75. [IUnPress, "Zplugin:Test:C2"]
  76. [IUnPress, "Zplugin:Test:D2"]
  77. , //grouped command when unpressed
  78. , //initially disable
  79. 1
  80. ,.25
  81. ]
  82. //[IEnable, "Zplugin:Test:A2"]
  83.  
  84. [ISwitch, "ZPlugin:Test:B2"
  85. ,//button State
  86. 0
  87. ,//popup tooltip
  88. "tooltip 6"
  89. ,//grouped commands when pressed
  90.  
  91. [IUnPress, "Zplugin:Test:A2"]
  92. [IUnPress, "Zplugin:Test:C2"]
  93. [IUnPress, "Zplugin:Test:D2"]
  94. , //grouped command when unpressed
  95. , //initially disable
  96. 1
  97. ,.25
  98. ]
  99. //[IEnable, "Zplugin:Test:B2"]
  100.  
  101. [ISwitch, "ZPlugin:Test:C2"
  102. ,//button State
  103. 0
  104. ,//popup tooltip
  105. "tooltip 7"
  106. ,//grouped commands when pressed
  107.  
  108. [IUnPress, "Zplugin:Test:A2"]
  109. [IUnPress, "Zplugin:Test:B2"]
  110. [IUnPress, "Zplugin:Test:D2"]
  111. , //grouped command when unpressed
  112. , //initially disable
  113. 1
  114. ,.25
  115. ]
  116. //[IEnable, "Zplugin:Test:C2"]
  117.  
  118. [ISwitch, "ZPlugin:Test:D2"
  119. ,//button State
  120. 0
  121. ,//popup tooltip
  122. "tooltip 8"
  123. ,//grouped commands when pressed
  124.  
  125. [IUnPress, "Zplugin:Test:A2"]
  126. [IUnPress, "Zplugin:Test:B2"]
  127. [IUnPress, "Zplugin:Test:C2"]
  128. , //grouped command when unpressed
  129. , //initially disable
  130. 1
  131. ,.25
  132. ]
  133. [IEnable, "Zplugin:Test:A"]
  134. [IEnable, "Zplugin:Test:B"]
  135. [IEnable, "Zplugin:Test:C"]
  136. [IEnable, "Zplugin:Test:D"]
  137. [IEnable, "Zplugin:Test:A2"]
  138. [IEnable, "Zplugin:Test:B2"]
  139. [IEnable, "Zplugin:Test:C2"]
  140. [IEnable, "Zplugin:Test:D2"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement