maps/test/quest_handling/checkinv.msg

15 lines
201 B
Plaintext

{
"rules": [
{
"match" : ["*"],
"pre" : [["item", "broken gateway"]],
"post" : [],
"msg" : ["You got it."]
}, {
"match" : ["*"],
"pre" : [],
"post" : [],
"msg" : ["Nope."]
}
]}