From 1447686e3ad12b530efe9a270de7237c0588e0b0 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 13 May 2010 21:52:44 +0000 Subject: [PATCH] Add 'replies' to grandpa's dialog. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13210 282e977c-c81d-0410-88c4-b93c2d0d6712 --- test/granpa_dialog.msg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/granpa_dialog.msg b/test/granpa_dialog.msg index 23b73331b..51362e443 100644 --- a/test/granpa_dialog.msg +++ b/test/granpa_dialog.msg @@ -10,11 +10,13 @@ "match": "hello|hi", "pre" :[["token", "hello","1"]], "post" :[["settoken", "hello", "*"]], - "msg" : ["I've heard, you know, I'm not deaf *grmbl*"] + "msg" : ["I've heard, you know, I'm not deaf *grmbl*"], + "replies": [["really", "Are you sure?", 1]] } , { "match" : "*", "pre" : [["token", "hello","*"]], "post" : [["settoken", "hello", "*"]], - "msg" : ["What ?", "Huh ?", "What do you want ?"] + "msg" : ["What ?", "Huh ?", "What do you want ?"], + "replies": [["hi", "hello, there"]] } ]} \ No newline at end of file