<triggers>
<trigger
enabled="y"
group="Multi Line"
lines_to_match="2"
keep_evaluating="y"
match="weave (.*)\nBut you are not holding Saidin\.\Z"
multi_line="y"
regexp="y"
send_to="2"
sequence="100"
>
<send>grasp^weave %1</send>
</trigger>
</triggers>
This is what I have going right now, but it doesn't work! I can't for the life of me figure it out. If I could, I would prefer that the entire first line be a wildcard, cuz sometimes is "Weave 1 portal 2", "weave 10 gateway 4" and sometimes its "p2", "p4", "g5" etc.
Help!
<trigger
enabled="y"
group="Multi Line"
lines_to_match="2"
keep_evaluating="y"
match="weave (.*)\nBut you are not holding Saidin\.\Z"
multi_line="y"
regexp="y"
send_to="2"
sequence="100"
>
<send>grasp^weave %1</send>
</trigger>
</triggers>
This is what I have going right now, but it doesn't work! I can't for the life of me figure it out. If I could, I would prefer that the entire first line be a wildcard, cuz sometimes is "Weave 1 portal 2", "weave 10 gateway 4" and sometimes its "p2", "p4", "g5" etc.
Help!