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

Blind Roll help

Hey all!  I'm using Stylus as a GM to create blind rolls.  I came across this macro script that allows me to do a drop down to pick a skill.  It asks the player in chat to click because the GM wants a blind roll, then asks me they have advantage or not. (Shout out to Oosh for making this).  I'm looking for a way for it to automatically roll advantage without querying it.  I apologize if this is a stupid question, I'm completely new to the macro side of roll20.  I've been staring at this macro for a couple hours and am completely lost.  Any help would be greatly appreciated. **DM requests a blind roll:** [Roll for ?{Roll|Stealth|Strength|Dexterity|Constitution|Wisdom|Intelligence|Charisma}](`/w gm &{template:default} {{name=?{Roll} Check}} {{@{selected|character_name} rolls...=?{Advantage|Normal,1d20|Advantage,2d20k1|Disadvantage,2d20kl1} + @{selected|?{Roll}_bonus}[Bonus] + @{selected|pb}[Prof]}} {{=[Result = ](#" id="broll" style="display:none)[[[[[?{Advantage}]]d1 + @{selected|?{Roll}_bonus} + @{selected|pb}]]](#" id="broll" style="display:none)}}" style="color:darkred;background-color:white;border:solid 2px darkred;font-size:17px;border-radius: 5px;padding:2px;display:inline-block)
1670356054

Edited 1670356549
**DM requests a blind roll:** [Roll for ?{Roll|Stealth|Strength|Dexterity|Constitution|Wisdom|Intelligence|Charisma}](`/w gm &{template:default} {{name=?{Roll} Check}} {{@{selected|character_name} rolls...=2d20k1 + @{selected|?{Roll}_bonus}[Bonus] + @{selected|pb}[Prof]}} {{=[Result = ](#" id="broll" style="text-decoration: none; display:none)[[[[[2d20k1]]d1 + @{selected|?{Roll}_bonus} + @{selected|pb}]]](#" id="broll" style="text-decoration: none; display:none)}}" style="color:darkred;background-color:white;border:solid 2px darkred;font-size:17px;border-radius: 5px;padding:2px;display:inline-block)