| 
 | 
 
 
发表于 2022-6-5 13:45:47
|
显示全部楼层
 
 
 
武当的号吧,这里修改一下 
Room { 
        id = "wudang/yuanmen", 
        name = "院门", 
        ways = { 
                ["#wdymin"] = "wudang/houyuan", 
                --["north;north;north;north;north;north;north;north;north;north"] = "wudang/lgfang", 
                ["north"] = "wudang/xiaolu2", 
        }, 
        nolooks = { 
                ["south"] = true, 
        }, 
        lengths = { 
                ["#wdymin"] = 2 , 
                --["north;north;north;north;north;north;north;north;north;north"] = "if score.master and score.master=='张三丰' then return false else return 3 end", 
                ["north"] = "if score.master and score.master=='张三丰' then return 3 else return false end", 
        }, 
        objs = { 
          ["殷梨亭"] = "yin liting", 
           }, 
} |   
 
 
 
 |