|
zmud721中
巽风:(%x)%s(%x)%s(%x)%s(%x)$
触发:
step1=%1
step2=%2
step3=%3
step4=%4
#alias step1 {@step1}
#alias step2 {@step2}
#alias step3 {@step3}
#alias step4 {@step4}
#4 e
step@i
这个在mush中如何实现
我写的是
巽风:(\W+)\s+(\W+)\s+(\W+)\s+(\W+)$
触发
if gua=="巽风"
then
AddAlias(" ", "step1", "%1", alias_flag.Enabled, "")
AddAlias(" ", "step2", "%2", alias_flag.Enabled, "")
AddAlias(" ", "step3", "%3", alias_flag.Enabled, "")
AddAlias(" ", "step4", "%4", alias_flag.Enabled, "")
end
Execute ("4s")
Execute ("step@i")
然后选项选择的是:启用 保持有效性 正则表达式 展开变量
发送给 脚本解析器
请教哪里不对
应该如何修改
北大侠客行MUD,中国最好的MUD |
|