Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. {
  2. "name": "?rndtext",
  3. "permissions": "NONE",
  4. "restriction": "1",
  5. "actions": [{
  6. "info": "0",
  7. "infoIndex": "1",
  8. "storage": "1",
  9. "varName": "type",
  10. "name": "Store Command Params"
  11. }, {
  12. "info": "1",
  13. "infoIndex": "2",
  14. "storage": "1",
  15. "varName": "list-add",
  16. "name": "Store Command Params"
  17. }, {
  18. "storage": "1",
  19. "varName": "type",
  20. "comparison": "1",
  21. "value": "\"new\"",
  22. "iftrue": "3",
  23. "iftrueVal": "1",
  24. "iffalse": "0",
  25. "iffalseVal": "",
  26. "name": "Check Variable"
  27. }, {
  28. "storage": "1",
  29. "varName": "type",
  30. "comparison": "1",
  31. "value": "\"add\"",
  32. "iftrue": "3",
  33. "iftrueVal": "2",
  34. "iffalse": "3",
  35. "iffalseVal": "4",
  36. "name": "Check Variable"
  37. }, {
  38. "storage": "2",
  39. "varName": "rndlist",
  40. "name": "Create List"
  41. }, {
  42. "name": "End Action Sequence"
  43. }, {
  44. "storage": "2",
  45. "varName": "rndlist",
  46. "addType": "0",
  47. "position": "",
  48. "value": "tempVars(\"list-add\")",
  49. "name": "Add Item to List"
  50. }, {
  51. "name": "End Action Sequence"
  52. }, {
  53. "channel": "0",
  54. "varName": "",
  55. "message": "Please use one of the following:\n`?rndlist new` - recreates the list\n`?rndlist add <text>` - adds a response to the list",
  56. "storage": "0",
  57. "varName2": "",
  58. "name": "Send Message"
  59. }]
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement