From 97b04aafe99d7d3f93c86e56083a9f306bea7db9 Mon Sep 17 00:00:00 2001 From: cavesomething Date: Thu, 13 May 2010 16:36:09 +0000 Subject: [PATCH] Add replies to the gate guard dialog git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13171 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/misc/gateguardcommon.msg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scorn/misc/gateguardcommon.msg b/scorn/misc/gateguardcommon.msg index 8e7f5cba8..26f6f00c3 100644 --- a/scorn/misc/gateguardcommon.msg +++ b/scorn/misc/gateguardcommon.msg @@ -34,7 +34,8 @@ "match" : ["who", "pass", "people"], "pre" : [["quest", "scorn/CityGate", "5"]], "post" : [["quest", "scorn/CityGate", "10"]], - "msg" : ["Only those who are\n * Citizens of Scorn with a Password\n* Have a merchants ``Gate Pass''\n* Or knighted ``Hero'' by the king.\nmay pass through these gates."] + "msg" : ["Only those who are:\n * Citizens of Scorn with a Password\n* Have a merchants ``Gate Pass''\n* Or knighted ``Hero'' by the king.\nmay pass through these gates."], + "replies" : [["pass", "Where can I get a 'Gate Pass' from?"], ["hero", "How can I become a ``Hero of Scorn''?"], ["password", "What is the password?"]] },{ "match" : ["open", "gate"], "pre" : [["quest", "scorn/CityGate", "5"]], @@ -44,7 +45,8 @@ "match" : ["open", "gate"], "pre" : [], "post" : [["quest", "scorn/CityGate", "5"]], - "msg" : ["The gate opens only for certain people."] + "msg" : ["The gate opens only for certain people."], + "replies" : [["people", "For whom is the gate opened?"]] },{ "match" : ["secret", "wall", "door"], "pre" : [], @@ -59,6 +61,7 @@ "match" : ["*"], "pre" : [], "post" : [], - "msg" : ["Good to see a friend!\n Have you seen any monsters lately?"] + "msg" : ["Good to see a friend!\n Have you seen any monsters lately?"], + "replies" : [["monsters", "Why are you having problems with monsters?"]] } ]}