So I made this macro that is supposed to ask the player how many attacks they want to make, and what the enemies Armor Class is. based on this information, it should then tell you how many of the attacks hit, simple right? Well, apparently not. This is the Macro so far: /roll ?{Number of Rays}d20+@{Bell Calmreich|spell_attack_bonus}+2>=?{Enemy AC} the makro does not register as a asking for a target number, and instead just gives me the results of all those rolls together, instead of telling me how many met the target number. the roll20 dice reference says that grouping the rolls helps when you add modifiers to the roll (the specific example they give is this: /roll {3d6+1}<3 ), so then I tried doing this: /roll {?{Number of Rays}d20+@{Bell Calmreich|spell_attack_bonus}+2}>=?{Enemy AC} this formula just gave me back this message " There was an error with your formula. Please try again. ", so thats also a bust. What am I doing wrong here? I cannot see why this formula is not working right.