Hello all. Working in D&D5e, using the DnD5e_Character_Sheet. I am trying to set up a Ability that will compare the player's d20 to hit roll to the target's AC, and only roll damage if the attack succeeds. The target's AC has to stay a secret. Here is what I have so far, and would appreciate any guidance you can offer: Name: !Ranged-Weapon-Attack-1 ?{Battlecry} /me attacks with her @{selected|rangedweaponname1}, rolling a [[1d20 + @{selected|dexterity_mod} + @{selected|PB}>@{target|foe|npc_AC}]] doing [[d@{selected|rangeddmg1} + @{selected|dexterity_mod}]] @{selected|rangeddmgtype1} damage. Can anyone help me out please?