
I want an “In Bar” macro button that all my players can see, that will allow them to send me a blind roll (/broll) and based on one of their Attributes which they would select from a pop-up menu and then also allow them to enter a modified value of the skill in a second pop-up, then roll the dice and whisper to GM reporting the character who rolled, what skill they rolled and what the result was (under skill number = success, over skill number = failure). I already have simple macro that do the skill rolls — for example, here’s the one I use for in my game Recognize skill: /emas studies the newcomer... !broll {1d20}<?{Modified skill level|@{rec}} But I have more skills that could be done with a blind roll than I want to feature as Token buttons. So I thought it would be cool if players could have a universal blind roll button where they could choose the skill from a pop-up, modify the skill level based on the situation, and then display the results to me (the GM) only. That’s because they’re all “inquiry” type skills and I may not want the players to know they’ve fumbled (especially). Doable? Thanks in advance, M.