Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 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. "order": 2,
  22. "name": "agePage",
  23. "conditions": [
  24. {
  25. "value": "20",
  26. "iteration": ">=",
  27. "next": "output2"
  28. },
  29. {
  30. "value": "20",
  31. "iteration": "<",
  32. "next": "output1"
  33. }
  34. ]
  35. },
  36. {
  37. "title": "Wow you are so young",
  38. "type": "prompt",
  39. "fieldType": "",
  40. "options": [],
  41. "order": 3,
  42. "name": "output1",
  43. "conditions": []
  44. },
  45. {
  46. "title": "You are OLD!",
  47. "type": "prompt",
  48. "fieldType": "",
  49. "options": [],
  50. "order": 4,
  51. "name": "output2",
  52. "conditions": []
  53. }
  54. ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement