I have a feature that allows multiple targets to be selected for an attack, but each additional target is an additional attack roll. For consistency I'd prefer using the template atkdmg, but the macro doesn't seem to recognize multiple atkdmg card calls. I have this: ``` ?{Number of Targets?| 1,&{template:atkdmg} (etc etc for 1 target) | 2,&{template:atkdmg} (etc etc) &{template:atkdmg} (etc etc) } ``` I have tried all manner of formatting, such as removing spaces and using exterior nested brackets. I think it should be possible without API to output more than one atkdmg card. Thank you!