Here's what I'm trying to do (and it was so easy in TF, I find it really irritating that it's such a struggle with Mac clients):
A mush I play on requires
+talk public=<whatever>
I want to type in
=pub <whatever>
I can make a trigger that does this by taking an input of "=pub $$message" and putting in a reply of "+talk public=%%message," which works but also sends the =pub line to the mush, causing a Huh? message. As a post on the old forum noted this could become a problem if one's trigger matched a local command on the game (plus it's rather irritating and spammy getting the error messages). But if I gag the text, none of it goes through to the mush at all - neither the input trigger NOR the "reply." I need the reply to go through, and to have the input devoured.