Advertisement
Dlanir

Untitled

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