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

Simple Statblock Macro

Im using the latest Pathfinder community sheet. Im trying to find or build a macro that will give me the 6 attributes (strength, constitution etc) of a selected character. Also possibly the AC and Saving throws. I dont need to roll them, i just need (as the DM) to see what they are. Any help appreciated.
This will get you what you are looking for I believe. You just have to select a character's token and run it. %{selected|defense-stats} &{template:pf_generic} {{color=@{selected|rolltemplate_color}}} {{header_image=@{selected|header_image-pf_block-check}}} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{name=Attributes}} {{subtitle=}} {{STR:[[@{selected|STR}]]|DEX:[[@{selected|DEX}]]|CON:[[@{selected|CON}]]}} {{INT:[[@{selected|INT}]]|WIS:[[@{selected|WIS}]]|CHA:[[@{selected|CHA}]]}} This is what it looks like when I run it in my game.  - Meldogs
Absolutly perfect, exactly what I wanted.....Top Chap (or Chapett) ;)