Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
May your rolls be chill this holiday season!
Create a free account

[pathfinder]Automatically rolling crits

Hey guys new here and code retarded. I am using a chart for my crits is there a way to have the attack macro no longer automatically roll for crits and damage?
1515274247
vÍnce
Pro
Sheet Author
Not really.  The sheet includes checking for crit and crit confirm in the roll templates and each attack's macro-text also includes all things crit.  Easy way; just ignore anything posted for crits...  :-P I suppose you could manually remove the crit-related commands from each attack's macro-text and iterative attacks. example; remove "{{crit_confirm=[[ 1d20 + @{attack_macro} + [[ @{crit_conf_mod} ]] ]]}} {{crit_damage=[[ [[ @{damage-dice-num} * (@{crit-multiplier} - 1) ]]d@{damage-die} + ((@{damage_macro}) * [[ @{crit-multiplier} - 1 ]]) ]]}}"
i figured so i just wanted to make sure i wasnt missing the big button that turns it off ;) Thanks though!