summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr2_responses.json
blob: f3523f967cd12f81a508d6fbc97e2422698bf232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[{
        "dynamic_line": "Hello outsider",
        "id": "TALK_HUMAN_WASTELAND2_talkme",
        "responses": [{
                "text": "I want to talk.",
                "topic": "TALK_HUMAN_WASTELAND2_maintalk"
            }, {
                "text": "Hi and bye.",
                "topic": "TALK_DONE"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "About what?",
        "id": "TALK_HUMAN_WASTELAND2_maintalk",
        "responses": [{
                "text": "What are you doing here?",
                "topic": "TALK_HUMAN_WASTELAND2_here"
            }, {
                "text": "Got a problem?",
                "topic": "TALK_HUMAN_WASTELAND2_job"
            }, {
                "text": "Bye.",
                "topic": "TALK_DONE"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "I guard here, most of the time. But sometimes I do few things other than that.",
        "id": "TALK_HUMAN_WASTELAND2_here",
        "responses": [{
                "text": "Got it.",
                "topic": "TALK_HUMAN_WASTELAND2_maintalk"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "Nope.",
        "id": "TALK_HUMAN_WASTELAND2_job",
        "responses": [{
                "text": "You said it...",
                "topic": "TALK_HUMAN_WASTELAND2_maintalk"
            }
        ],
        "type": "talk_topic"
    }
]