Ok so essentially, I want to know how to make a basic attack macro. I can't figure out if there's any sort of "if" statements, or if there's a way to make one. Basically in my ruleset, attacking works thusly: Roll for attack on targeted enemy (easy part) Attack roll is calculated as /roll d20 + @{melee} If the attack roll is higher than {target|AC}, then I want it to roll damage dice If the attack roll is 8+ higher than {target|AC}, then I want it to roll 2 damage dice How do I make the if statements? Can i make them depend on target ac?