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

Pathfinder Sheet Template Macro Help.

I was just wondering if its possible to make a template macro whisper the GM. I'm using the pathfinder character sheet and using the template provided with it to make a targeted perception macro and I want to make it whisper me (the GM) so that the players do not know what is going on unless they pass. This is what I have... &{template:pf_generic} {{character_name=@{target|character_name}}} {{name=Perception}} {{Result: [[1d20 +@{target|Perception}]]}} This does exactly what I want, except it doesn't whisper me. I've tried a number of different things (eg. putting in a {/w gm} with different brackets and all that) but I just can't get it to work. I know in power cards this is possible but I just want to know if I can do this with the Pahfinder sheet cards.
1435884336
vÍnce
Pro
Sheet Author
Eeza, you are on the right track... use /w gm &{template:pf_generic} {{character_name=@{target|character_name}}} {{name=Perception}} {{Result: [[1d20 +@{target|Perception}]]}}
1435884363
Gen Kitty
Forum Champion
Try /w gm &{template:pf_generic} {{character_name=@{target|character_name}}} {{name=Perception}} {{Result: [[1d20 +@{target|Perception}]]}} If that doesn't work, I'm certain someone else will come along with the right answer. ^_^
I swear I tried that. Turns out I didn't though. Sometimes its the simplest things. Thanks for that painfully obvious suggestion that I somehow didn't try..lol.
1435886353
Gen Kitty
Forum Champion
*patpat*
1435886686
vÍnce
Pro
Sheet Author
NP Eeza. BTW all the sheet rolls (including perception) made from the NPC tab of the Pathfinder Sheet are whispered to the GM.
HOLY DOOLY!! I did not know that. I'm sure that will come in handy one day. Thanks again.