Hello! Basically I'm porting a hack for 3.5e to Roll20, one of the big things is adding dice pools to attacks. I've spaghetti'd the code to add a dropdown menu for players to pick how many dice they want to roll, but it's no longer applying any modifiers. ?{How many dice?|1,1d20csk1 | 2, 2d20csk1 | 3, 3d20csk1 | 4, 4d20csk1 } >@{weapon1critmin} +@{bab}[BAB] +?{Which modifier?|Reach,@{weapon1enh}[Weapon Enh] | Speed,@{weapon1focus}[Weapon Focus] | Defense,@{weapon1specialize}[Weapon Spec] } + @{weapon1stat}[Ability] +?{Additional Attack Bonus?|0}[Ad'l Atk Bon] All of the stuff in bold doesn't seem to be adding to the roll, although it shows up in the roll template on mouseover. Apologies if this is noob question, first time I'm properly screwing around with macros, thank you in advance!