Advertisement
Dlanir

Untitled

Mar 6th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. var chat = [
  2. {
  3. "action": "startChatContainer",
  4. "duration": 1000,
  5. "isGroup": true,
  6. "groupName": "Lupin III",
  7. "groupPicture": "https://i.imgur.com/GZpFl5U.jpg",
  8. "label": "Lupin, Jigen e Goemon",
  9. "start": 0,
  10. "backgroundPicture": "https://i.imgur.com/l3AYkBc.jpg"
  11. },
  12. {
  13. "action": "pause",
  14. "duration": 700
  15. },
  16. {
  17. "color": "#f50021",
  18. "action": "addMessageToChat",
  19. "direction": "left",
  20. "name": "Lupin",
  21. "messages": ["<img src='https://i.imgur.com/EeY5dqv.jpg'/>"],
  22. "date": "18:05",
  23. "start": 4000,
  24. "end": 7000
  25. },
  26. {
  27. "color": "#f5d71d",
  28. "action": "addMessageToChat",
  29. "direction": "right",
  30. "name": "Jigen",
  31. "messages": ["Ottimo lavoro, bel colpo"],
  32. "date": "18:04",
  33. "start": 2000,
  34. "end": 3000
  35. },
  36. {
  37. "action": "pause",
  38. "duration": 700
  39. },
  40. {
  41. "color": "#f50021",
  42. "action": "addMessageToChat",
  43. "direction": "left",
  44. "name": "Lupin",
  45. "messages": ["Modestamente sono il miglior ladro del mondo.", "Riesco a scassinare qualsiasi cassaforte e ad evadere da ogni carcere di massima sicurezza"],
  46. "date": "18:05",
  47. "start": 4000,
  48. "end": 7000
  49. },
  50. {
  51. "action": "pause",
  52. "duration": 700
  53. },
  54. {
  55. "color": "#f5d71d",
  56. "action": "addMessageToChat",
  57. "direction": "right",
  58. "name": "Jigen",
  59. "messages": ["Peccato che non riesci ad evadere dalla friendzone con Fujiko"],
  60. "date": "18:04",
  61. "start": 2000,
  62. "end": 3000
  63. },
  64. {
  65. "action": "pause",
  66. "duration": 700
  67. },
  68.  
  69. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement