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
master
ryo_saeba 2010-05-13 21:52:44 +00:00
parent bc860654be
commit 1447686e3a
1 changed files with 4 additions and 2 deletions

View File

@ -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"]]
}
]}