I am trying to come up with a macro for a slightly tweaked Greyhawk Initiative, the idea being that Initiative is rolled in different sets of dice depending on the actions taken. I want a macro that will allow me to roll multiple different kinds of dice to add up to a single number. For example: i want to move (1d6) and cast a spell(1d10); so I'd like a macro that goes "roll 1d?+1d?", it seems simple enough but i have had no luck, I've tried reverse engineering other macros to suit my needs but i am by no means a coder. Ultimately the goal is to have a token action that rolls the dice and then feeds it into the turn order (with dexterity of that character breaking ties). I would be eternally grateful for any assistance