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

A macro for choosing a Standard or Advantage roll for Sneak Attacks

Hello!  I was wondering if there was a way to set up a macro for my weapons that asks if it is a Standard or Advantage roll, and then execute the correct roll. I already have a Query for Sneak Attack damage in my Damage2 box: ?{Sneak Attack?:|Yes,3d6|No,0} I just want an easier way to roll advantage that doesn't involve me having to open my sheet up and toggle it on. But I don't want to always roll advantage. My DM and myself prefer toggles for advantage. I want the weapon to ask me if I'm rolling advantage for the attack and to ask me if I'm rolling Sneak Attack damage for the damage. I hope this makes sense.  Here's an example of one of my weapons: 
1681689700

Edited 1681689802
Gauss
Forum Champion
Is this for the 5e by Roll20 character sheet? If so it has a Query Advantage option.  However, if you don't want to use that please post the entire macro that you are using so we can recommend alterations.
1681697170

Edited 1681697400
Gauss said: Is this for the 5e by Roll20 character sheet? If so it has a Query Advantage option.  However, if you don't want to use that please post the entire macro that you are using so we can recommend alterations. Yes it is. Wow, I have never used the Query Advantage option before. This honestly might be all I need. Thank you! I feel so dumb now. :') I believe this is what you are asking for? @{Cora Tealeaf|wtype}&{template:atk} {{mod=+8}} {{rname=[Dagger of Duality (+1 Rapier)](~-LxHcQis52K97frpp4TH|repeating_attack_-MDlTy0wcjQYZUUDSawd_attack_dmg)}} {{rnamec=[Dagger of Duality (+1 Rapier)](~-LxHcQis52K97frpp4TH|repeating_attack_-MDlTy0wcjQYZUUDSawd_attack_crit)}} {{r1=[[@{Cora Tealeaf|d20}cs>20 + 4[DEX] + 3[PROF] + 1[MAGIC]]]}} @{Cora Tealeaf|rtype}cs>20 + 4[DEX] + 3[PROF] + 1[MAGIC]]]}} {{range=}} {{desc=You can use a **bonus action** to transform this dagger into any sword type of your choosing, or back again into its true form. You gain a **+1 bonus to attack and damage rolls** made with this **magic weapon.**}} {{spelllevel=}} {{innate=}} {{globalattack=@{Cora Tealeaf|global_attack_mod}}} ammo= @{Cora Tealeaf|charname_output}
1681702693

Edited 1681702726
Gauss
Forum Champion
Ok, let me know if Querying Advantage isn't going to work for you. :)