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