Translations:Manual:Introduction/194/zh-CN
Jump to navigation
Jump to search
Mud服务端输出: unlock northwest with steel key 匹配的正则表达式: ^un (\w+) (.*)$
send("unlock " .. matches[2] .. " with " .. matches[3] )
Mud服务端输出: unlock northwest with steel key 匹配的正则表达式: ^un (\w+) (.*)$
send("unlock " .. matches[2] .. " with " .. matches[3] )