maps/test/quest_handling/girl6.msg

14 lines
212 B
Plaintext

{
"rules": [
{
"match" : ["6", "six"],
"pre" : [],
"post" : [],
"msg" : ["You said 6."]
},{
"match" : ["*"],
"pre" : [],
"post" : [],
"msg" : ["I can count up to 7 now, I am clevar."]
}
]}