Hi,Sorry to bother you again.
I download and use that plugin and i have a problem here. I play a Chinese mud and i have problems in exit_trigger. Is that this plugin can't use double byte words?
for i want trigger exit is
ÕâÀïÃ÷ÏԵijö¿ÚÊÇ south¡¢east ºÍ north¡£
Which means the the obvious exit is south,east and north
And
ÕâÀïûÓÐÃ÷ÏԵijö¿Ú¡£
Which means there is no obvious exit
So i change the exit_trigger as
<!ENTITY exits_trigger
"^((?P<exits>\\[ÕâÀïÃ÷ÏԵijö¿ÚÊÇ\\s(.*)\\])|(.*)ÕâÀïûÓÐÃ÷ÏԵijö¿Ú¡£)$" >]>
However that can't work.
every time i input !3s
the first step success but the second step always fail with
the message: Speedwalk timed-out
it that the problem i use wrong exits_trigger or because chinese word is double byte?
thanks your reply!
I download and use that plugin and i have a problem here. I play a Chinese mud and i have problems in exit_trigger. Is that this plugin can't use double byte words?
for i want trigger exit is
ÕâÀïÃ÷ÏԵijö¿ÚÊÇ south¡¢east ºÍ north¡£
Which means the the obvious exit is south,east and north
And
ÕâÀïûÓÐÃ÷ÏԵijö¿Ú¡£
Which means there is no obvious exit
So i change the exit_trigger as
<!ENTITY exits_trigger
"^((?P<exits>\\[ÕâÀïÃ÷ÏԵijö¿ÚÊÇ\\s(.*)\\])|(.*)ÕâÀïûÓÐÃ÷ÏԵijö¿Ú¡£)$" >]>
However that can't work.
every time i input !3s
the first step success but the second step always fail with
the message: Speedwalk timed-out
it that the problem i use wrong exits_trigger or because chinese word is double byte?
thanks your reply!