I'm using the recent version of MUSHclient and am having problem, didnt know how to state the problem to do a search for it on forum, anyways..
I found when i try to make a trigger that is longer than 1 line in the output(main) window it will not fire, the trigger is only seeing the 1 line, not the complete prompt.. for example:
Johndoe brings back his poniard, preparing to perform a
balestra at you.
This is exactly how it appears in the output window,even if i highlight both lines and try to copy, it only copies the 1st line.. now if I make a trigger
How can i make it read both lines?
AND wouldnt ya know it, was readin down a little bit in this forum and see configuring the output window(screenwidth) not to wrap lines is the best solution, ill try that!
I found when i try to make a trigger that is longer than 1 line in the output(main) window it will not fire, the trigger is only seeing the 1 line, not the complete prompt.. for example:
Johndoe brings back his poniard, preparing to perform a
balestra at you.
This is exactly how it appears in the output window,even if i highlight both lines and try to copy, it only copies the 1st line.. now if I make a trigger
^(\w+) brings back (?:his|her) poniard, preparing to perform a balestra at you.How can i make it read both lines?
AND wouldnt ya know it, was readin down a little bit in this forum and see configuring the output window(screenwidth) not to wrap lines is the best solution, ill try that!