Unknown2005-04-13 06:01:57
Is there a way in zMUD to ignore linebreaks?
For example:
With a heavy overhand stroke, Icarus slams a crimson double-chained taurian
flail down upon you. You stagger back from the force of being smited in the
chest.
Is there ANY way to get zMUD to read that as a single line, without stopping on the line breaks?
For example:
With a heavy overhand stroke, Icarus slams a crimson double-chained taurian
flail down upon you. You stagger back from the force of being smited in the
chest.
Is there ANY way to get zMUD to read that as a single line, without stopping on the line breaks?
Daganev2005-04-13 06:08:43
Unknown2005-04-13 11:52:39
Tis not zmud (the link).
As far as I know, no. I suppose you could gag $^...
Edit: Dont try that. Its not fun.
As far as I know, no. I suppose you could gag $^...
Edit: Dont try that. Its not fun.
Unknown2005-04-13 12:02:19
What is it you want to actually accomplish?
Unknown2005-04-13 12:57:13
I'm assuming JeebusGreen wants to do the same thing many of us would like to do: match on all the warrior afflictions without worrying about where the key phrases will fall in the pattern. Matching tiny phrases can be too general or too susceptible to illusions, and so we'd like to match as much as possible.
Unknown2005-04-13 16:43:18
Exactly, and to be able to cut down the spam.
Replace 3 or 4 lines of hits and afflictions and replace it with one, simply highlighted summary.
Replace 3 or 4 lines of hits and afflictions and replace it with one, simply highlighted summary.
Daganev2005-04-13 17:24:01
Zmud does pattern matching just like mush does. You can do the same thing. Just click the little RegEXp box on the trigger.
Unknown2005-04-13 17:52:48
I think the real question, though, is whether or not zMUD will effectively match the \\n in the trigger or will it only try to match on one line of text from the game? That's why MUSHclient has specific parameters for how many lines it should try to match on. It buffers them before matching that pattern, and I'm not exactly sure how the two clients would compare in this instance.