|
MUSHClient 4.77版本
表达式 ^(|> )【你现在正处于(.*)】\n([\w\W]*)\n(.*)\s[-]\s\n([\w\W]*)\s+这里(.*)的出口是\s+(.*)。([\w\W]*)
但是做到mush就是触发不了,好郁闷,有用mush的同学么
<trigger
name="room_enter"
group="mapper_tr"
enabled="y"
multi_line="y"
lines_to_match="10"
keep_evaluating="y"
match="^(|> )【你现在正处于(.*)】\n([\w\W]*)\n(.*)\s[-]\s\n([\w\W]*)\s+这里(.*)的出口是\s+(.*)。([\w\W]*)"
regexp="y"
script="xxx"
sequence="100"
>
</trigger>
function xxx(name, line, wildcards, styles)
print (line)
end
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|