For the Pathfinder Community sheet, no api just basic sheet. this macro will do the normal roll, maximize, empower or both depending on 2 buff lines being toggled on or off. the macro is designed to be added to a note section or replace the normal damage lines in the primary attack. The downside to this is that it wont show the individual dice rolls nor work with the digital 3d dice(not a deal breaker hence the fact we use this) on our character sheet Line 4 is Empowered and Line 9 is Maximized. ([[{{@{repeating_buff2_$9_enable_toggle},1}<0}*([[floor(( @{repeating_weapon_$2_damage-dice-num}d@{repeating_weapon_$2_damage-die}+@{repeating_weapon_$2_total-damage} ) * [[{{@{repeating_buff2_$4_enable_toggle},0}>1}*(1.5-1)+1]]) ]]-[[ ( @{repeating_weapon_$2_damage-dice-num} * @{repeating_weapon_$2_damage-die} ) + @{repeating_weapon_$2_total-damage} ]])+[[ ( @{repeating_weapon_$2_damage-dice-num} * @{repeating_weapon_$2_damage-die} ) + @{repeating_weapon_$2_total-damage} + ([[{{@{repeating_buff2_$9_enable_toggle},0}>1}*([[{{@{repeating_buff2_$4_enable_toggle},0}>1}*([[floor(( @{repeating_weapon_$2_damage-dice-num}d@{repeating_weapon_$2_damage-die}+@{repeating_weapon_$2_total-damage} ) * [[{{@{repeating_buff2_$4_enable_toggle},0}>1}*(0.5-1)+1]]) ]]-0)+0]]-0)+0]])]]]]) It works well I am just curious about other ways to go about this or improvements. no addons, api or anything else aside from the base stuff in Roll20 please. PS if anyone knows how to have the repeating line be contextual and just call on the number of the line its contained within that would be cool and make this even easier to copy paste into any spell attack line without changing numbers by hand(to make this more accessible to other players)