From 79fefe11cdece6827c22303c48412b660c5baa9b Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Sun, 5 May 2024 15:24:22 +0200 Subject: [PATCH] fix and improve 'go away' dialogue Signed-off-by: Matthias Gatto --- dialogue/PHQ_Dialogs_Part1.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/dialogue/PHQ_Dialogs_Part1.json b/dialogue/PHQ_Dialogs_Part1.json index 2672e10..077a90a 100644 --- a/dialogue/PHQ_Dialogs_Part1.json +++ b/dialogue/PHQ_Dialogs_Part1.json @@ -87,10 +87,10 @@ "dialogue": [ { "text": "Go Away!", - "condition": ["!exist", "phq.events.robert_away"], + "condition": ["exist", "phq.events.robert_away"], "answer": { - "text": "Okay.", - "action": "phq.backToGame" + "text": "Okay.", + "action": "phq.backToGame" } }, { @@ -160,14 +160,14 @@ { "text": "(start a quest, yayyyyy)", "actions": [ - ["recreateInt", "phq.quests.no_rats", 0], - "phq.backToGame"] + ["recreateInt", "phq.quests.no_rats", 0], + "phq.backToGame"] }, { "text": "no, fuck you, learn to not be an asshole\nwhen you talk to someone", "actions": [ - ["recreateInt", "phq.events.robert_away", 1], - "phq.backToGame" + ["recreateInt", "phq.events.robert_away", 1], + ["Dialogue.goto", 7] ] } ] @@ -208,6 +208,13 @@ { "text": [ "well, why not, your hire" ], "actions": ["phq.backToGame", ["setInt", "phq.events.can_work", 1]] + }, + { + "text": [ + "that's my bar, I treat client the way I want", + "now bug off, your not wealcom here, go away" + ], + "action": "phq.backToGame" } ] },