|
楼主 |
发表于 2017-7-6 21:31:09
|
显示全部楼层
类似句式如下
如果是' 姑苏慕容'
改成 '姑苏慕容' 即可
Room {
id = "mr/testmatou1",
name = "码头",
ways = {
["north"] = "mr/shiqiao",
["qu mr;#boatWait"] = "mr/xiaodao",
["qu yanziwu;#boatWait"] = "yanziwu/anbian2",
},
nolooks = {
["qu mr;#boatWait"] = true,
["qu yanziwu;#boatWait"] = true,
},
lengths = {
["qu mr;#boatWait"] = "if score.party and score.party=='姑苏慕容' then return false else return 1 end",
["qu yanziwu;#boatWait"] = "if score.party and score.party=='姑苏慕容' then return false else return 1 end",
},
}
|
|