summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
new file mode 100644
index 0000000..736e96f
--- /dev/null
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
@@ -0,0 +1,15 @@
+[
+ {
+ "id": [
+ "TALK_VAMP_PLACEHOLDER",
+ "TALK_GHOULIFY_MENU_ALLY",
+ "TALK_EMBRACE_MENU_ALLY",
+ "TALK_GHOULIFY_MENU_FRIENDLY"
+ ],
+ "type": "talk_topic",
+ "dynamic_line": "The dialogue is not yet complete.",
+ "responses": [
+ { "text": "Well ok then.", "topic": "TALK_DONE" }
+ ]
+ }
+]