maps/test/quest_handling/girlmain.msg

20 lines
382 B
Plaintext

{
"location" : "test/includegirl",
"rules": [
{
"match" : ["1", "one"],
"pre" : [],
"post" : [],
"msg" : ["You said 1."]
},{
"include" : ["test/quest_handling/girl2.msg"]
},{
"include" : ["test/quest_handling/girl3.msg", "test/quest_handling/girl4.msg"]
},{
"match" : ["*"],
"pre" : [],
"post" : [],
"msg" : ["You didn't say a number to me."]
}
]}