Also, when you're pasting triggers/aliases/etc for us to look at, I highly recommend copying it in XML version and pasting it here in [code
] forum tags. To copy in XML format, just highlight a trigger (click on one in the list; to highlight more use shift- or ctrl-click) and click the Copy button below the list, and it'll be copied to the clipboard. It provides all the information about the trigger/alias/etc in one fell swoop, and it also makes it a lot easier for one of us to make a change and paste it right back; then you can just copy the XML and hit the Paste button in the MUSH dialog to import the new one.
EDIT: Example, a simple trigger that just re-reflects me if my reflection falls. The content doesn't matter, the point is that it's very easy to pass this XML format around.
CODE
<triggers>
<trigger
enabled="y"
match="^One of your reflections has been destroyed\! You have 0 left\.$"
regexp="y"
sequence="100"
>
<send>cast reflection at me</send>
</trigger>
</triggers>