Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "entityId": "hfyg75ghyu",
  3. "owner": "Jackson Lee",
  4. "ownerId": "hi7tuuu6tg",
  5. "gameTitle": "Jack's Game",
  6. "nodes": [
  7. {
  8. "title": "Welcome to my game",
  9. "type": "prompt",
  10. "fieldType": "",
  11. "options": [],
  12. "order": 1,
  13. "name": "welcomePage",
  14. "conditions": []
  15. },
  16. {
  17. "title": "How old are you?",
  18. "type": "question",
  19. "fieldType": "text",
  20. "options": [
  21. {
  22. "title": "Age 1",
  23. "value": "15",
  24. "order": 1
  25. },
  26. {
  27. "title": "Age 2",
  28. "value": "25",
  29. "order": 2
  30. },
  31. {
  32. "title": "Age 3",
  33. "value": "30",
  34. "order": 3
  35. }
  36. ],
  37. "order": 2,
  38. "name": "agePage",
  39. "conditions": [
  40. {
  41. "value": "20",
  42. "iteration": ">=",
  43. "next": "output2"
  44. },
  45. {
  46. "value": "20",
  47. "iteration": "<",
  48. "next": "output1"
  49. }
  50. ]
  51. },
  52. {
  53. "title": "Wow you are so young",
  54. "type": "prompt",
  55. "fieldType": "",
  56. "options": [],
  57. "order": 3,
  58. "name": "output1",
  59. "conditions": []
  60. },
  61. {
  62. "title": "You are OLD!",
  63. "type": "prompt",
  64. "fieldType": "",
  65. "options": [],
  66. "order": 4,
  67. "name": "output2",
  68. "conditions": []
  69. }
  70. ]
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement