I have a trigger, it consists of two lines. How do I gag both lines?
The text from the mud:
When worn, it protects you against piercing for 8,
bashing for 8, slashing for 8 and magic for 0 points each.
My trigger:
#TRIGGER {When worn, it protects you against piercing for (%d),$bashing for (%d), slashing for (%d) and magic for (%d) points each.} {#sub {P: %1 B: %2 S: %3 M: %4}}
Output:
When worn, it protects you against piercing for 8,
P: 8 B: 8 S: 8 M: 0
Thanks
---------------
We're going to eat all of your food and steal all of your beer.