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

Question in a question - Macro

I'm setting up macros for my attacks, and while I know other macros are probably much more efficient, I'd rather do it by myself. It'll be a lot easier to explain after I've shown you the macro.  Longsword Attack [[ ?{|Standard, 1d20#strpr | Advantage, 2d20kh1#strpr |Disadvantage, 2d20kl1#strpr } ]] Vs AC ?{Versatile?| No, [[#VersatileLSDMG ]] | Yes, [[#VersatileLSDMGY ]] } strpr =str mod+prof mod VersatileLSDMG = ?{Power Attack? |Lunging Attack, using Lunging Attack - if hit does [[1d8#strdmg +1d8]] Slashing damage and if crit does [[1d8+1d8]] additional damage|No, if hit does [[1d8#strdmg ]] Slashing damage and if crit does [[1d8]] additional damage VersatileLSDMGY = ?{Power Attack? |Lunging Attack, using Lunging Attack - if hit does [[1d10#strdmg +1d8]] Slashing damage and if crit does [[1d8+1d8]] additional damage|No, if hit does [[1d10#strdmg ]] Slashing damage and if crit does [[1d10]] additional damage strdmg = str mod So what I'm trying to do here is set up a question in question, I want to be able to ask if I'm going to use Versatile and then go on and ask if I'm going to use any power attacks. Would appreciate any help ya'll can throw my way. 
Hi,  Gavoon . It's absolutely possible to nest Roll Queries . The Advanced Usage for Roll Queries section of the Roll20 outlines the "how" and "why" behind the necessary procedure. Please let me know if there's anything I can help clarify!
Thanks!