I've done a bit of digging/looking but haven't been able to come up with anything. I'm trying to have a macro used/rolled as part of the damage of an attack. the macro in question is. &{template:default}{{name=Red Queen Fire Damage}} [[ [[1d20]] + [[1d20]] + [[1d6]] + [[3d6]] ]] {{D20 Check 1 D20 Check 2 1d6 Fire Damage 3d6 Fire Damage=$[[0]] $[[1]] $[[2]] $[[3]]}} The goal of the macro is roll 2d20s to check for a 10 or above both and then roll 1d6 on a fail or 3d6 on a success. I currently just have it set up as an ability on the ability bar but ideally would like it put into the damage section of an attack so that I won't need to use the Token Action Bar to use it.