Advertisement
Guest User

debug commnads

a guest
Jul 2nd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. {
  2. "events":
  3. [
  4. {
  5. "event_type": "CHAT",
  6. "text": "RELOAD",
  7. "tasks":
  8. [
  9. {
  10. "task_type": "CHAT",
  11. "receiver_type": "SELF",
  12. "receiver": "",
  13. "message": "ACE cofig reloaded"
  14. },
  15. {
  16. "task_type": "RELOAD"
  17. }
  18. ]
  19. },
  20. {
  21. "event_type": "CHAT",
  22. "text": "IDENTIFY",
  23. "tasks":
  24. [
  25. {
  26. "task_type": "IDENTIFY"
  27. }
  28. ]
  29. },
  30. {
  31. "event_type": "CHAT",
  32. "text": "DIFFICULTY",
  33. "tasks":
  34. [
  35. {
  36. "task_type": "CHAT",
  37. "receiver_type": "SELF",
  38. "receiver": "",
  39. "message": "Current difficulty is Easy",
  40. "conditions":
  41. [
  42. {
  43. "condition_type": "DIFFICULTY",
  44. "name": "EASY"
  45. }
  46. ]
  47. },
  48. {
  49. "task_type": "CHAT",
  50. "receiver_type": "SELF",
  51. "receiver": "",
  52. "message": "Current difficulty is Normal",
  53. "conditions":
  54. [
  55. {
  56. "condition_type": "DIFFICULTY",
  57. "name": "NORMAL"
  58. }
  59. ]
  60. },
  61. {
  62. "task_type": "CHAT",
  63. "receiver_type": "SELF",
  64. "receiver": "",
  65. "message": "Current difficulty is Hard",
  66. "conditions":
  67. [
  68. {
  69. "condition_type": "DIFFICULTY",
  70. "name": "HARD"
  71. }
  72. ]
  73. }
  74. ]
  75. }
  76. ]
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement