I am looking to find out whether the I could create the Earthdawn Step Dice chart and reference it from an in game macro using the API. For those unfamiliar with the game, it uses a dice chart that changes the dice dependent on bonuses. For Example: Step 6 is d10!, step 7 is d12!, step 8 is 2d6!, step 9 is 1d8!+1d6! A character might roll step 6 to hit normally, but if he attacks aggressively it goes up by 3 steps to 9. I want to be able to have a macro that takes his base step of 6 and add to it a stat called @bonus and then it looks up what the new step is and rolls it. Is this possible in the API, and if so how difficult would if be for someone who is only familiar with scripting in python?