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 .
×

[Pathfinder] Defensive Macro

Hi guys, once again needing help on a macro.  I've tried to pull the info from the pathfinder character sheet to show a persons FFCMD, CMD, AC, Flatfoot AC and Touch AC all on one button push to show the GM I've figured out the saving throws but this is the extent of my abilities.  Please help thanks.
1439956018

Edited 1439956350
vÍnce
Pro
Sheet Author
Something like this? &{template:pf_generic} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{name=Defensive Notes}} {{CMD= [[ @{selected|CMD} ]] }} {{FFCMD= [[ @{selected|FF-CMD} ]] }}{{AC= [[ @{selected|AC} ]] }} {{Touch= [[ @{selected|Touch} ]] }} {{FF= [[ @{selected|Flat-Footed} ]] }} {{Fort= [[ 1d20 + @{selected|Fort} ]] }} {{Ref= [[ 1d20 + @{selected|Ref} ]] }} {{Will= [[ 1d20 + @{selected|Will} ]] }}
you deserve a medal
I tweeked it around but you gave me a huge starting point: /me defends himself from the assault! &{template:pf_defense} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{[[@{selected|AC}]] AC=***SAVES***}} {{[[ @{selected|Touch} ]] Touch= Fortitude [[1d20+[[@{selected|Fort}]] ]]}} {{[[@{selected|Flat-Footed}]] Flat = Reflex [[1d20+[[@{selected|Ref}]] ]]}} {{[[@{selected|CMD}]] CMD = Willpower [[1d20+ [[@{selected|Will}]] ]]}} {{[[ @{selected|FF-CMD} ]] Flat CMD=}}@{save_options}