So, I want to make a custom attack macro. Running into a snag trying to figure out how to only apply the 1d4[Bless] from @{global_attack_mod_field} to the attack roll - only - when the @{global_attack_mod} checkbox is checked. Apparently the checkbox attribute is not returning a 1 or 0 like I assumed it would. The reason I'm making a custom macro, is I need more for the damage, as I want it to roll the full damage twice, for savage attacker. I do not want to just do [[{1d8, 1d8}kh1]] for slashing and [[{1d6, 1d6}kh1]] for cold -- because that's more optimal than intended. I can't combine them on the same line because the damage types are different. Any advice?