
So, I am pretty unexperienced with template's use. In a game where I am a player, which uses a Pathfinder sheet, I am trying to make a macro for some kind of "variable" spells, but it is not working: If I set: &{template:pf} {{charName=Mike Kunness}} {{attr=?{effect|} ?{target|} ?{augment|Augment I|Augment II|}}} {{level=?{level|0|1|2|3}}} {{Targets/Area=?{area|personal|10'|15'|20'|30'|40'|60'|one target|@{Mike Kunness|level} targets}}} I get only the 'charName' and 'attr' parts. Other queries work properly, but are not displayed in the chat. If I write &{template:pf_generic} instead of &{template:pf}, again all queries work but nothing at all is displayed, not even 'charName' or 'attr'. Buttons in the character sheet use &{template:pf}. I am sure I am missing something very simple due to my absolute lack of experience using templates. Most thankful for any help!