Using this trigger, OnPluginScreendraw is called with two notes:
I was expecting OnPluginScreendraw to only be called with the one note. Sending to
script after omit, or using a script function with send to world works as expected.
Using MUSHclient 4.71.
<triggers>
<trigger
enabled="y"
match="test"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>Note("note")</send>
</trigger>
</triggers>
I was expecting OnPluginScreendraw to only be called with the one note. Sending to
script after omit, or using a script function with send to world works as expected.
Using MUSHclient 4.71.