I use %1 in a trigger to capture my attacker.
Is their a way of being able to not only use %1
in send box, but also to send a reply to MUD ????
eg:-The (.*?) swipes you!
Can i build "use @w1" in my send somewhere ????
If the trigger matches, you can use "build %1" (or build "use %1") to send the wildcard.
Cheers Promo for the reply, not sure if i explained myself
right, what im trying to find out is, if their is a way of
using send to variable, and sending text to the mud at
the same time, from the same trigger..
send to : script
and then send (assuming youre using VB):
Send "send message"
SetVariable "variablename", "value"
So, you could use setvariable "target", "%1"
would set your first wildcard to the variable "target"
I think ive tried that, the trigger was setup, and then
converted into a regular expression, maybe thats what is
wrong, it get's the first wildcard and stores it to variable, but when i put my message into send box it doesnt
like it.
Why dont you paste your trigger here.
Although, if its matching, then it has nothing to do with your regular expression.
Do you have "send" in front of the things you are trying to send?
like this:
send box:
send "message"
that "Send" prefix is important.
Happy Days......
Cheers Flannel..
Didnt have 'send' wrote in, works a treat...
:)