Can someone help me create a macro that calls for caster level with a cap of 15th level, and then multiplies that value by 10. For the life of me I can't figure this out. I can multiply caster level by 10, but can't seem to cap it at 15. I was thinking something like this: ( [[ { (10*@{caster1_level}),15} kl1]] ) but my 16th level caster ends up with output of ( 175 ) I'm clearly not understanding the kl# thing.