Is there anyway to use a macro/nested macro to determine how many die are being cast? For instance in DND next you can cast a cleric spell as a higher level and gain additional dice rolls. What i have know looks like this: #Spell-Level = [[?{Spell Level?|1}]] /me Casts Cure Wounds as level #Spell-Level spell. ?{Target?|0} is healed for [[(#Spell-Level*2)d8+2+#Spell-Level]] Everything else I've tried calculates the d8 and the #Spell-Level separately. Thanks for any help you can provide.