
I have two, really. 1) How do I use the roll template helper functions, like: {{#rollWasCrit() <rollname>}} I'm trying to do it with the &{template:default} in Pathfinder for a multiple attacks macro. Do I need to tag an inline roll something like this, maybe: {{Attack1=[[d20+@{bab}+@{STR-mod}]] [AttackRoll]]}}{{#rollWasCrit() AttackRoll}} I can't figure out how to set "the "attack" property for an inline roll" like it instructs in the wiki here: <a href="https://wiki.roll20.net/Roll_Templates#Helper_Functions" rel="nofollow">https://wiki.roll20.net/Roll_Templates#Helper_Functions</a> 2) The other thing is I'm trying to make a group perception roll for a D&D 5.0 DM I know that would let him run the macro and click the token(s) of the players he wants a (secret) Perception check roll for, that would insert their character name and then roll the check plus their individual mods, either for one character, or two, three, four, etc. Thanks in advance.