Ok, while raiding as a shaman if I'm not smudging a totem I'm propping one but when someone lists off 20 names that need to be enemied, it takes a bit to type all their names out. So how do you get
(Party): Bill says, "Enemies are mike, larry, sue, dave.
I tried doing
#trigger {(party): %w says, "Enemies are %w, %w, <so forth till 20 names>.} {unenemy all;enemy %2;enemy %3<so forth till enemy %21;pt Enemies accuired are %2, %3 <till reach %21> }}
This did not fire at all is it the ()'s around party? But how does one get the the trigger to fire and enemy all names given, Trevise gave me some advise last night but I couldn't figure out exactly how to do it, so I'm asking again here anyone know how to do this?
