I want to create the damage macro for Corrosive Touch(PF spell) "Your successful melee touch attack deals 1d4 points of acid damage per caster level (maximum 5d4)." Here's my macro. [[ ({floor(@{selected|class-0-level}), 5}KL1)d4 ]] It doesn't roll the d4 amount, it only returns the class level. Thanks