Advertisement
Dlanir

Untitled

Mar 8th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. var chat = [
  2. {
  3. "action": "startChatContainer",
  4. "duration": 1000,
  5. "isGroup": true,
  6. "groupName": "Cadrega",
  7. "groupPicture": " https://i.imgur.com/j6M1jUx.png",
  8. "label": "Aldo e altri 2",
  9. "start": 0,
  10. "backgroundPicture": "https://i.imgur.com/rIzZbOo.jpg"
  11. },
  12. {
  13. "color": "#f5d71d",
  14. "action": "addMessageToChat",
  15. "direction": "right",
  16. "name": "Michele",
  17. "messages": ["La bela la va al fosso ravanei, remulass, barbabietul e spinass"],
  18. "date": "18:04",
  19. "start": 2000,
  20. "end": 3000
  21. },
  22. {
  23. "color": "#f50021",
  24. "action": "addMessageToChat",
  25. "direction": "left",
  26. "name": "Gino",
  27. "messages": ["daghel al terun daghel al TERUNNN"],
  28. "date": "18:05",
  29. "start": 4000,
  30. "end": 7000
  31. },
  32. {
  33. "color": "#f52100",
  34. "action": "addMessageToChat",
  35. "direction": "left",
  36. "name": "Il Conte Dracula",
  37. "messages": ["Mii che giornata, due transilvani leghisti!!"],
  38. "date": "18:05",
  39. "start": 7000,
  40. "end": 12000
  41. },
  42. {
  43. "color": "#f5d71d",
  44. "action": "addMessageToChat",
  45. "direction": "right",
  46. "name": "Michele",
  47. "messages": ["Uè, buon uomo? Allora? Tutto apposto?", "Vuole un bel cognachino magari eh?"],
  48. "date": "18:04",
  49. "start": 13000,
  50. "end": 15000
  51. },
  52. {
  53. "color": "#f52100",
  54. "action": "addMessageToChat",
  55. "direction": "left",
  56. "name": "Il Conte Dracula",
  57. "messages": ["Eh magari, uno zibibbo"],
  58. "date": "18:05",
  59. "start": 16000,
  60. "end": 18000
  61. },
  62. {
  63. "color": "#f50021",
  64. "action": "addMessageToChat",
  65. "direction": "left",
  66. "name": "Gino",
  67. "messages": ["Uè, che dialetto è che parla chestchì"],
  68. "date": "18:05",
  69. "start": 19000,
  70. "end": 20000
  71. },
  72. {
  73. "color": "#f5d71d",
  74. "action": "addMessageToChat",
  75. "direction": "right",
  76. "name": "Michele",
  77. "messages": ["Piuttosto cicco te come ti chiami? Ci presentiamo"],
  78. "date": "18:04",
  79. "start": 21000,
  80. "end": 23000
  81. },
  82. {
  83. "color": "#f52100",
  84. "action": "addMessageToChat",
  85. "direction": "left",
  86. "name": "Il Conte Dracula",
  87. "messages": ["Eeeeeh...", "Brrrambilllla", "Brambilla Fumagalli"],
  88. "date": "18:05",
  89. "start": 25000,
  90. "end": 27000
  91. },
  92. {
  93. "action": "pause",
  94. "duration": 700
  95. },
  96. {
  97. "action": "whatsappNotification",
  98. "sender": "Gino",
  99. "text": "Questo qua mi convince poco poco",
  100. "profilePic": "./img/gino.jpg",
  101. "start": 28500,
  102. "end": 29000
  103. },
  104. {
  105. "action": "pause",
  106. "duration": 700
  107. },
  108. {
  109. "action": "whatsappNotification",
  110. "sender": "Gino",
  111. "text": "Facciamoci l'inganno della cadrega",
  112. "profilePic": "./img/gino.jpg",
  113. "start": 30500,
  114. "end": 32000
  115. },
  116. {
  117. "action": "pause",
  118. "duration": 700
  119. },
  120. {
  121. "color": "#f5d71d",
  122. "action": "addMessageToChat",
  123. "direction": "right",
  124. "name": "Michele",
  125. "messages": ["Signor Fumagalli, prenda pure una cadrega"],
  126. "date": "18:04",
  127. "start": 32500,
  128. "end": 34000
  129. },
  130. {
  131. "color": "#f50021",
  132. "action": "addMessageToChat",
  133. "direction": "left",
  134. "name": "Gino",
  135. "messages": ["Una bella cadreghina"],
  136. "date": "18:05",
  137. "start": 36000,
  138. "end": 38000
  139. },
  140. {
  141. "action": "pause",
  142. "duration": 700
  143. },
  144.  
  145. {
  146. "color": "#f52100",
  147. "action": "addMessageToChat",
  148. "direction": "left",
  149. "name": "Il Conte Dracula",
  150. "messages": ["<img src='https://i.imgur.com/JbUxj9R.jpg'/>", "Mmm che buona questa Cadrega"],
  151. "date": "18:05",
  152. "start": 40000,
  153. "end": 42000
  154. },
  155. {
  156. "color": "#f50021",
  157. "action": "addMessageToChat",
  158. "direction": "left",
  159. "name": "Gino",
  160. "messages": ["Ah, la cadrega sarebbe la mela?"],
  161. "date": "18:05",
  162. "start": 44000,
  163. "end": 46000
  164. },
  165. {
  166. "color": "#f5d71d",
  167. "action": "addMessageToChat",
  168. "direction": "right",
  169. "name": "Michele",
  170. "messages": ["La cadrega è la sedia"],
  171. "date": "18:04",
  172. "start": 48000,
  173. "end": 50000
  174. },
  175. {
  176. "action": "pause",
  177. "duration": 700
  178. },
  179. {
  180. "color": "#f52100",
  181. "action": "addMessageToChat",
  182. "direction": "left",
  183. "name": "Il Conte Dracula",
  184. "messages": ["Infatti...", "Dicevo..", "Buona stagionatura questa cadrega...","Davvero buona..","Sta..","Eh..","Eh eh"],
  185. "date": "18:05",
  186. "start": 52000,
  187. "end": 55000
  188. },
  189. {
  190. "action": "addOrAbandonGroup",
  191. "text": "Il Conte Dracula ha abbandonato",
  192. "start": 57500,
  193. "end": 60000
  194. },
  195. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement