
In the process of making a helpful halfling I modified the attack macro on the pathfinder sheet so that the roll is highlighted in green (as if for a critical) if it hits AC 10 or higher. I thought I'd share it, lest others wish to do the same. The Important Bit {{attack=[[ 1d20cs>[[ 10 - @{attack_macro} ]] + @{attack_macro} ]] vs AC 10}} Full Macro @{PC-whisper} &{template:pf_attack} @{toggle_attack_accessible} @{toggle_rounded_flag}{{color=@{rolltemplate_color}}} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle}} {{name=@{name}}} {{attack=[[ 1d20cs>[[ 10 - @{attack_macro} ]] + @{attack_macro} ]] vs AC 10}} {{weapon_notes=@{notes}}} @{iterative_attacks} @{macro_options} {{precision_dmg1=@{precision_dmg_macro}}} {{precision_dmg1_type=@{precision_dmg_type}}} {{precision_dmg2=@{global_precision_dmg_macro}}} {{precision_dmg2_type=@{global_precision_dmg_type}}} {{critical_dmg1=@{critical_dmg_macro}}} {{critical_dmg1_type=@{critical_dmg_type}}} {{critical_dmg2=@{global_critical_dmg_macro}}} {{critical_dmg2_type=@{global_critical_dmg_type}}}