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 simple sheet roll template

I've been trying to find some documentation on the Pathfinder simple sheet's roll template.  I've figured out a few things from using the sheet, but I'm can't find out how to do a lot of things, for instance use the roll template to report info without a roll. Can anyone direct me that?   I'm looking for something like this  but for the Pathfinder simple sheet instead of the official sheet.
1593101456
Kraynic
Pro
Sheet Author
If you get it all figured out, maybe you could write up a wiki page on it.  On github, Cazra hasn't made any changes to the sheet in 3 years, so probably isn't active anymore (or at least not with that sheet). The basic way to reverse engineer stuff like this is to make a roll from the sheet that includes a notes field.  Put your cursor in chat and hit the up arrow to see the macro text for that roll.  Edit that macro until you get something that works for you. I created a test game, and was able to come up with this fairly quickly.  With some fiddling around, you might find other options. &{template:pf} {{charName=@{selected|character_name}}} {{attr=Test note title here}} {{isAttack=true}}{{notes=Test notes to display input here.}} You can also remove the character name totally. &{template:pf} {{attr=Test note title here}} {{isAttack=true}}{{notes=Test notes to display input here.}}