Hello I am needing to create a macro to cast spells. Example Cure Light Wounds (D&D), it is 1d8 +1/level a maximum of +5. I created the attribute "Level" and the macro: # CuraLeve /r 1d8 + @{Level} If the character is at level 6 or more, will add +6 I was wondering if anyone knows how I can restrict the maximum +5? Excuse the spelling, I'm using Google Translator, I'm Brazilian. Thank you all! ;)