At this point I've gotten it very close to what I need. I would like for the Cleric to hit a "Bless Macro", it then asks for 3 targets. On click I need it to apply a status icon, which triggers 'Condition' and 'StatusInfo' to properly handle the global_mod as well as the count-down. I use Concentration to handle the Cleric's Concentration. I have it at the part where it activates Concentration/count-down. I have it where it asks for 3 targets. And then I have it so if I -manually- apply Bless, it handles their internal mod. I'm trying something like this: %{selected|repeating_spell-1_$1_spell} @{target|Target1|character_name} is blessed! !condition add Bless @{target|Target2|character_name} is blessed! !condition add Bless @{target|Target3|character_name} is blessed! !condition add Bless Within the Macro, but the !condition add Bless doesn't seem to work when targeting this way. Does anyone have any helpful advice on what I'm missing, or a method of this that already exists?