- Improve the response when you do not know the name.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13401 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
02dcaf96fe
commit
4b250ad7cd
|
@ -17,7 +17,7 @@
|
||||||
"match" : ["*"],
|
"match" : ["*"],
|
||||||
"pre" : [["npctoken", "step", "2"]],
|
"pre" : [["npctoken", "step", "2"]],
|
||||||
"post" : [["setnpctoken", "step", "1"]],
|
"post" : [["setnpctoken", "step", "1"]],
|
||||||
"msg" : ["Sorry, but that's not that...\n\nDo you want to try again?"],
|
"msg" : ["Sorry, but that's not correct...\n\nDo you want to try again?"],
|
||||||
"replies" : [["yes", "Yes, sorry, I mistook the name.", "1"], ["no", "No, my head is full of holes, I forgot the name...", "1"]]
|
"replies" : [["yes", "Yes, sorry, I mistook the name.", "1"], ["no", "No, my head is full of holes, I forgot the name...", "1"]]
|
||||||
},{
|
},{
|
||||||
"match" : ["yes"],
|
"match" : ["yes"],
|
||||||
|
|
Loading…
Reference in New Issue