I'm looking for someone nice who understands macros a bit better than myself. I'm looking for a macro which will simply ask two things of the user. 1. How many dice are in your dice pool? Default 1 2. What is your 'again' result? Default 10 (In NWoD 2nd Edition a 10 results in you rolling that die again to see if you get another success. Any additional 10 results on that die will allow the player to keep rolling till they no longer get a 10.) At the moment I have looked around and found this. /roll ?{Die Pool|1}d10>8} This will allow me to choose the die pool and it will roll them out and check for how many successes (results above 8) they got. I'd like for someone who this is probably easy for to help me just add that other variable that looks for defined number that results in a bonus die and then rolls that many additional die. For more help understanding the use for those who don't know NWoD 2nd Edition. Most die pools only grant additional rolls on 10 results. However, shotguns and other more powerful weapons may have the 9 again or even 8 again property that gives them additional die rolls on something less than 10. So the macro would pretty much ask the above two questions. How many dice? Whats your 'again' value? Is this far more complicated than I think it would be or fairly simple for someone well versed in macros? I appreciate any help I can get. EDIT: I removed the 3rd thing I originally posted because I realize it would muck things up for non combat oriented rolls.