Hey Nick, I've wanted to say, thank you so very much for Mushclient. It's a fantastic program. In the past, I've used Zmud, but over time, I had found it to be slower and slower, because it tried to do too many things. Older versions were OK, but newer ones were quite the hog.
Anyhow, my problem. I've read through the Regular Expressions, and I can't quite figure out what I need to do. In DuneMud, when I attack something, it shows up as:
You attack Mother.
Mother being the variable. I have this set as a trigger:
You attack (.*)
This fires off a whole round of commands, and is considered my vital trigger. It's used by typing "kill".
Now, there's an actual command on the Mud called attack, which I've set as a Macro, and has a similar line as the one above. For example:
You attack Mother's right hand, doing FATAL damage!
Mother, right hand, and FATAL are all variables.
The heart of the problem now. You can probably see where this is heading. Whenever I use my attack Macro, this also sets off my trigger containing my series of commands, when I'd already started a battle. I don't want this to happen.
How can I set up my triggers to not fire if I use my Attack macro? I would be grateful for any light that you can share. Thank you.
Anyhow, my problem. I've read through the Regular Expressions, and I can't quite figure out what I need to do. In DuneMud, when I attack something, it shows up as:
You attack Mother.
Mother being the variable. I have this set as a trigger:
You attack (.*)
This fires off a whole round of commands, and is considered my vital trigger. It's used by typing "kill".
Now, there's an actual command on the Mud called attack, which I've set as a Macro, and has a similar line as the one above. For example:
You attack Mother's right hand, doing FATAL damage!
Mother, right hand, and FATAL are all variables.
The heart of the problem now. You can probably see where this is heading. Whenever I use my attack Macro, this also sets off my trigger containing my series of commands, when I'd already started a battle. I don't want this to happen.
How can I set up my triggers to not fire if I use my Attack macro? I would be grateful for any light that you can share. Thank you.