
So I'm pretty new to the macro process on Roll20. I understand how to make a dropdown menu to set a conditional for a roll, such as a ranged attack, checking to see whether it's within 30 feet for Point Blank Shot, ie [[1d20+5 + ?{PBS:|Yes,2|No,0} ]]. But what I was wondering is if it's possible to make a big macro that allows me to select a skill to check for, then if I pick, say Bluff, it asks me if I'm bluffing a favored enemy. My first attempt looked like this: [[1d20 + ?{Pick a Skill:|Acrobatics,3|Appraise,0|Bluff,-1, + ?{Goblin?:|Yes,2|No,0}|Climb,5} ]] Which didn't work, obviously. Is there any way for me to create a branching macro like that, or is that not feasible?