Sure, that is easy.
Make a trigger:
Match: * attacks you with weapon
Send: %1
Send to: variable:
Variable: target
Make a trigger:
Match: * attacks you with weapon
Send: %1
Send to: variable:
Variable: target
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Nick Gammon on Sat 14 Feb 2004 07:45 PM — 3 posts, 9,500 views.
<triggers>
<trigger
enabled="y"
match="* attacks you with weapon"
send_to="9"
sequence="100"
variable="target"
>
<send>%1</send>
</trigger>
</triggers>