|
Decker Newbie
Joined: 18 Dec 2003 Posts: 9
|
Posted: Sat Jun 25, 2005 2:54 am
Gagging lines before display |
I'd like to know if there is a way to gag lines *before* they are displayed on the screen. Currently, I just use #GAG in my triggers. While this works, the lines I want to gag appear briefly on the screen before they are deleted and the result is not pretty. The same applies for the #SUB command.
I realize that if zMUD runs its triggers after the lines are displayed, it is pretty hard to fix. I'd appreciate any comment on the issue.
Thanks in advance! |
|
|
|
Ikyu Beginner
Joined: 27 Feb 2005 Posts: 24
|
Posted: Sat Jun 25, 2005 9:25 am |
I believe they first get displayed, then gagged.
It happened to me once as well, but my trigger was being too slow. I had it loop through a list to check if it should gag the line (now i use %ismember, which is much faster)
So possibly rework your triggers so that they process faster. |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|