i am unable to capture gossip in the miniwindow im new to mushclient here is my current triggers
<trigger
enabled="y"
match="* \(gossip\) '*'"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
<trigger
enabled="y"
match="You [gossip] '*'"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
here is an example of the gossip in game one is from me one is from someone else would like to capture both
You [gossip] 'uhh test.
Someone (gossip) [ uhh test ]
I know its the brackets and parenthesis but im not a coder
<trigger
enabled="y"
match="* \(gossip\) '*'"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
<trigger
enabled="y"
match="You [gossip] '*'"
script="chats"
omit_from_output="y"
sequence="100"
></trigger>
here is an example of the gossip in game one is from me one is from someone else would like to capture both
You [gossip] 'uhh test.
Someone (gossip) [ uhh test ]
I know its the brackets and parenthesis but im not a coder