Been trying different things from board and still stumped. What I am trying to do is not have a <tank_name> has been slain by for each tank. What I would like is to only trigger if tank name is in list. I found the following to work:
(Tank1_name|Tank2_name) has been slain by
What I cannot figure out is how do I get the tanks name from that to display?
Thanks in advance.
Output Placeholder
Re: Output Placeholder
I have a suggestion, not exactly what you're looking for but would work in the meantime:
Display Text: {L}
(displays whole line)
So when a tank dies you'll see:
Soandso has been slain by X!
I use a similar trigger on my cleric for rezzing purposes. I have it go to its own small trigger window. If you're curious, here is that trigger:
Search Text: ^\w+ has been slain
It fires for pets and NPCs with one word names, but overall I really like it and find it useful.
Hope that helps.
Display Text: {L}
(displays whole line)
So when a tank dies you'll see:
Soandso has been slain by X!
I use a similar trigger on my cleric for rezzing purposes. I have it go to its own small trigger window. If you're curious, here is that trigger:
Search Text: ^\w+ has been slain
It fires for pets and NPCs with one word names, but overall I really like it and find it useful.
Hope that helps.
Re: Output Placeholder
Search Text: (Daks|Bidaum|Sashia|Mako|Clawgrip|Gedi) has been slain
Display Text: ${1} DEAD, NEXT TANK!
Display Text: ${1} DEAD, NEXT TANK!