*Legendary <wildcard>* is webbed
output grouptell %1 has been webbed.
Any clues?
output grouptell %1 has been webbed.
Any clues?
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 Jordan on Thu 19 Oct 2006 10:49 PM — 9 posts, 36,932 views.
<triggers>
<trigger
enabled="y"
match="^\*Legendary (\w+)\* is webbed $"
regexp="y"
sequence="100"
>
<send>grouptell %1 is webbed</send>
</trigger>
</triggers>
<triggers>
<trigger
enabled="y"
match="\*Legendary (\w+)\* is COVERED IN STICKY WEBS\!\!$"
regexp="y"
sequence="100"
>
<send>grouptell %1 is webbed</send>
</trigger>
</triggers>