
Hello everyone. First time poster here. I am new to this whole macro thing. We play Star Trek Adventures. We are are looking to have a macro work as thus: From the token bar you click the macro and it will present a drop down menu for you to choose you attribute, then it will have a second drop down to choose your discipline. the Macro should then ask how many dice you want to roll (2-5d20) Then it should roll and compare your roll vs the target number of your discipline an attribute added up. I have been struggling to get the drop down menus to add up and then compare themselves vs each d20 rolled, looking for a success or failure. Any help would be appreciated. Task Roll ?{D20| 2d20, = [[2d20]] | 3d20, = [[3d20]] | 4d20, = [[4d20]] | 5d20, = [[5d20]] | }< DISCIPLINE ?{Choose Your Discipline?| Command, [[@{command} ]] | Security, = [[@{security} ]] | Science, = [[@{science} ]] | Conn, = [[@{conn} ]] | Engineering, = [[@{engineering} ]] | Medicine, = [[@{medicine} ]] | } + [ATTRIBUTE ?{Choose Your Attribute?| Control, = [[@{control} ]] | Fitness, = [[@{fitness} ]] | Presence, = [[@{presence} ]] | Daring, = [[@{Daring} ]] | Insight, = [[@{insight} ]] | Reason, = [[@{reason} ]] | } ]]