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 .
×
Create a free account

Rollable Ability Table for Pathfinder Character Sheets

1473703182

Edited 1473703250
Can anyone help with the macro format to get a rollable table that uses the abilities in the Pathfinder Character Sheet. It already has an example of this with the melee attacks.
1473707516
vÍnce
Pro
Sheet Author
Does this help? /w "@{selected|character_name}" &{template:pf_generic} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}}  {{name=Ability Checks}} {{[STR](~@{selected|character_id}|STR-check)[DEX](~@{selected|character_id}|DEX-check)[CON](~@{selected|character_id}|CON-check) [INT](~@{selected|character_id}|INT-check)[WIS](~@{selected|character_id}|WIS-check)[CHA](~@{selected|character_id}|CHA-check)}}
Yes that got me on the right path to get this: /w "DarkLotus" &{template:pf_generic} {{character_name=Kaladin ShieldBasher}} {{name=Skill Checks}} {{[Climb](~@{Kaladin ShieldBasher|Climb-Skill}) | [Handle Animal](~@{Kaladin ShieldBasher|HandleAnimal-Skill}) | [Intimidate](~@{Kaladin ShieldBasher|Intimidate-Skill}) | [Knowledge Dungeoneering](~@{Kaladin ShieldBasher|KnowledgeDungeoneering-Skill}) | [Knowledge Engineering](~@{Kaladin ShieldBasher|KnowledgeEngineering-Skill}) | [Knowledge History](~@{Kaladin ShieldBasher|KnowledgeHistory-Skill}) | [Perception](~@{Kaladin ShieldBasher|Perception-Skill}) | [Sense Motive](~@{Kaladin ShieldBasher|SenseMotive-Skill}) | [Survival](~@{Kaladin ShieldBasher|Survival-Skill}) | [Swim](~@{Kaladin ShieldBasher|Swim-Skill}) }}
1473715338

Edited 1473715688
vÍnce
Pro
Sheet Author
We have Skill Command buttons from the sheet now.   It's in v65  beta  and will be released with the next update to production.  ;-)