1[
2  {
3    "id": "BGSS_CYBERNINJA_STORY1",
4    "type": "talk_topic",
5    "dynamic_line": "As a corporate wetworks specialist I'm used to crazy situations.  But this is like nothing I've ever experienced.",
6    "responses": [
7      { "text": "What are you going to do now?", "topic": "BGSS_CYBERNINJA_STORY2" },
8      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
9      { "text": "<end_talking>", "topic": "TALK_DONE" }
10    ]
11  },
12  {
13    "id": "BGSS_CYBERNINJA_STORY2",
14    "type": "talk_topic",
15    "dynamic_line": "I'm gonna find somewhere that people are making a stand.  And if I can agree with their plans I'll make my stand with them.",
16    "responses": [
17      { "text": "Where is that?", "topic": "BGSS_CYBERNINJA_STORY3" },
18      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
19      { "text": "<end_talking>", "topic": "TALK_DONE" }
20    ]
21  },
22  {
23    "id": "BGSS_CYBERNINJA_STORY3",
24    "type": "talk_topic",
25    "dynamic_line": "Right now you are looking like the best leader I've met so far in this Cataclysm.",
26    "responses": [ { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" }, { "text": "<end_talking>", "topic": "TALK_DONE" } ]
27  }
28]
29