I really like the clean look of the npc attack rolls (although even with auto-damage roll on it doesn't roll - but that's another post). I've been trying to create ability macros for my PCs to use the same template. I get as far as rolling the attack roll, but when I try to add the damage, it still rolls under the atk template. Here's the working macro: @{selected|wtype}&{template:npcatk} {{name=@{selected|character_name}}} {{mod=@{selected|repeating_attack_$0_atkbonus} }} {{rname=[@{selected|repeating_attack_$0_atkname}](~selected|repeating_attack_$0_attack_dmg)}} {{rnamec=[@{selected|repeating_attack_$0_atkname}](~selected|repeating_attack_$0_attack_crit)}} {{r1=[[@{selected|repeating_attack_$0_hidden_r1base}@{selected|halflingluck}cs>@{selected|repeating_attack_$0_atkcritrange}@{selected|repeating_attack_$0_hidden_atkbonus} ]] }} @{selected|repeating_attack_$0_hidden_r2base}@{selected|halflingluck}cs>@{selected|repeating_attack_$0_atkcritrange}@{selected|repeating_attack_$0_hidden_atkbonus} ]] }} {{description=Range: @{selected|repeating_attack_$0_atkrange} }} {{desc=@{selected|repeating_attack_$0_atk_desc} }} @{selected|repeating_attack_$0_spelllevel} ammo=@{selected|repeating_attack_$0_ammo} @{selected|charname_output} The base for this was a macro in another thread which I can't find at the moment to reference. It rolls correctly for both attack and damage. Just the presentation is under 2 different templates. Is there a way to have the dmg display under the npcaction template? Thanks