Hello, I'm having trouble trying to trigger a paticular phrase.
A prickly stinging overcomes your body, fading away into numbness.
Now, the problem is, *'s replace random letters in the pattern. In ZMud, I'd trigger it like this:
{A|*}{ |*}{p|*}{r|*}{i|*}{c|*}{k|*}{l|*}{y|*}{ |*}{s|*}{t|*}{i|*}{n|*}{g|*}{i|*}{n|*}{g|*}{ |*}{o|*}{v|*}{e|*}{r|*}{c|*}{o|*}{m|*}{e|*}{s|*}{ |*}{y|*}{o|*}{u|*}{r|*}{ |*}{b|*}{o|*}{d|*}{y|*}{,|*}{ |*}{f|*}{a|*}{d|*}{i|*}{n|*}{g|*}{ |*}{a|*}{w|*}{a|*}{y|*}{ |*}{i|*}{n|*}{t|*}{o|*}{ |*}{n|*}{u|*}{m|*}{b|*}{n|*}{e|*}{s|*}{s|*}{.|*}
Meaning, that it looked for the letter or *, so it'd pick up
A *rickly st*ngi*g overcomes*your body, *adi*g away into numb*ess.
like that. This is what I tried in MUSHClient,
^(A|\*)( |\*)(p|\*)(r|\*)(i|\*)(c|\*)(k|\*)(l|\*)(y|\*)( |\*)(s|\*)(t|\*)(i|\*)(n|\*)(g|\*)(i|\*)(n|\*)(g|\*)( |\*)(o|\*)(v|\*)(e|\*)(r|\*)(c|\*)(o\*)(m|\*)(e|\*)(s|\*)( |\*)(y|\*)(o|\*)(u|\*)(r|\*)( |\*)(b|\*)(o|\*)(d|\*)(y|\*)(,|\*)( |\*)(f|\*)(a|\*)(d|\*)(i|\*)(n|\*)(g|\*)( |\*)(a|\*)(w|\*)(a|\*)(y|\*)( |\*)(i|\*)(n|\*)(t|\*)
But I guess (|) Will only work for words, instead of letters/spaces, any help, please?
A prickly stinging overcomes your body, fading away into numbness.
Now, the problem is, *'s replace random letters in the pattern. In ZMud, I'd trigger it like this:
{A|*}{ |*}{p|*}{r|*}{i|*}{c|*}{k|*}{l|*}{y|*}{ |*}{s|*}{t|*}{i|*}{n|*}{g|*}{i|*}{n|*}{g|*}{ |*}{o|*}{v|*}{e|*}{r|*}{c|*}{o|*}{m|*}{e|*}{s|*}{ |*}{y|*}{o|*}{u|*}{r|*}{ |*}{b|*}{o|*}{d|*}{y|*}{,|*}{ |*}{f|*}{a|*}{d|*}{i|*}{n|*}{g|*}{ |*}{a|*}{w|*}{a|*}{y|*}{ |*}{i|*}{n|*}{t|*}{o|*}{ |*}{n|*}{u|*}{m|*}{b|*}{n|*}{e|*}{s|*}{s|*}{.|*}
Meaning, that it looked for the letter or *, so it'd pick up
A *rickly st*ngi*g overcomes*your body, *adi*g away into numb*ess.
like that. This is what I tried in MUSHClient,
^(A|\*)( |\*)(p|\*)(r|\*)(i|\*)(c|\*)(k|\*)(l|\*)(y|\*)( |\*)(s|\*)(t|\*)(i|\*)(n|\*)(g|\*)(i|\*)(n|\*)(g|\*)( |\*)(o|\*)(v|\*)(e|\*)(r|\*)(c|\*)(o\*)(m|\*)(e|\*)(s|\*)( |\*)(y|\*)(o|\*)(u|\*)(r|\*)( |\*)(b|\*)(o|\*)(d|\*)(y|\*)(,|\*)( |\*)(f|\*)(a|\*)(d|\*)(i|\*)(n|\*)(g|\*)( |\*)(a|\*)(w|\*)(a|\*)(y|\*)( |\*)(i|\*)(n|\*)(t|\*)
But I guess (|) Will only work for words, instead of letters/spaces, any help, please?