
I am using the pathfinder character sheet. I tried to modify the macro for attacks and damag. But for some reason the damage macro reset do default every minute or so. I tried to add the following at the end of each respective macro to deal with deadly aim. -[[?{Deadly aim|Yes,1|No,0}*(1+floor(@{bab}/4))]] +[[?{Deadly aim|Yes,1|No,0}*2*(1+floor(@{bab}/4))]] default attack: [[ @{total-attack} ]] [Total] + @{toggle_attack_macro_insert} + @{attack-type_macro_insert} + @{toggle_global_attack_macro_insert} default damage: [[ @{total-damage} ]] [Total] + @{toggle_damage_macro_insert} + @{damage-type_macro_insert} + @{toggle_global_damage_macro_insert} Anyone got an idea as to why it reset? Thank you