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 2 Secret Rolls.

I played in a pathfinder game where each player had a macro for secret rolls. When clicked you would select the skill in a dropdown, which is fairly common, What was unique was the output. The player would just see "XXXX makes a secret roll." and the GM would see what the player rolled. I've been googling and searching for how to do this macro. There's a whisper mechanic on the character sheet, but the player still sees the roll. There's nothing in the Pathfinder macro wiki.  The closest I've found is a macro for the GM to click on a player token and whisper the roll to myself. I liked the other version because it had the player do the action instead of just waiting for me to roll and then tell them what happened. Anyone know how to get this effect working?
1599849238
David M.
Pro
API Scripter
Sounds like you're talking about a blind roll, which I believe is only possible through the api. Luckily, you have a Pro subscription, and there is a script for that: <a href="https://app.roll20.net/forum/post/432151/script-blind-rolls-to-the-gm-with-sample-api/?pageforid=432151#post-432151" rel="nofollow">https://app.roll20.net/forum/post/432151/script-blind-rolls-to-the-gm-with-sample-api/?pageforid=432151#post-432151</a>
1599852021

Edited 1599852464
That might've been the one, or a modified version of it. I thought it used a dropdown list, and it definitely had the d20 already in it. But thanks David.
1599875641
Oosh
Sheet Author
API Scripter
You can combine a drop-down Query with the API script - I'm pretty sure I've seen a couple around that used !broll, probably for 5e though. Something like this should work, changing the Attribute calls to match your PF sheet: !broll 1d20+?{Skill| Acrobatics,@{selected|acrobatics_bonus} Acrobatics roll sent to GM| Stealth,@{selected|stealth_bonus} Stealth roll sent to GM}
1599886013

Edited 1599886028
Looks like you mean &nbsp;this ?&nbsp; <a href="https://app.roll20.net/forum/post/9146292/secret-roll" rel="nofollow">https://app.roll20.net/forum/post/9146292/secret-roll</a>