
Hello, I'm trying to write a macro that would ask the player to choose an attribute from a drop-down prompt and then roll dices with number of dices = value of the attribute chosen of the selected token. So far i have : ?{Attribute|athletics|awareness|explore|song|craft|inspire} /em Roll of ?{Attribute} with level @{selected|?{Attribute}|0} /r @{selected|?{Attribute}|0}D6 and it's not working because the ?{Attribute} in the /em line and in the /r line is giving the attribute name (got from the drop-down prompt) and it's not giving the attribute value. I tried to get the attribute value of the selected valued but i'm not successfull. Do you have any clue of how to do that ? Thanks in advance Eric