Add 'replies' to grandpa's dialog.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13210 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
bc860654be
commit
1447686e3a
|
@ -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"]]
|
||||
}
|
||||
]}
|
Loading…
Reference in New Issue