Hello, I have this weird problem with my triggers, they don't fire anymore when I use the test trigger window, and they used. If I remove the start new line character ("^"), they seem to fire. The weirdest one is by far this one:
It triggers on the line "You are carried off to the up." (For the simmulate input window). If I use another direction, it doesn't fire. If I remove the "^" character it fires. What is the problem? I've tried reinstalling MUSH, but it doesn't work. Any ideas?
<trigger
enabled="y"
group="Cond"
match="^You are carried off to the (up|down|in|out|east|west|north|south|northeast|nortwest|southeast|southwest)\.$"
name="charge_carried"
omit_from_output="y"
regexp="y"
send_to="14"
sequence="100"
>
<send>syswarn ("charged to the %1")
</send>
</trigger>
It triggers on the line "You are carried off to the up." (For the simmulate input window). If I use another direction, it doesn't fire. If I remove the "^" character it fires. What is the problem? I've tried reinstalling MUSH, but it doesn't work. Any ideas?