
Howdy, Hitting a bit of a stumbling block on this one. Lay on hands calls for a d6 for every 2 levels. I'm trying to write a macro using just a lvl attribute. [[(@{level}*.5)d6]] won't work, since it rounds up on odd levels, and we need to round down, but no version of [[(floor(@{level}/2))d6]] that I've tried seems to work, I just keep getting syntax errors or 'could not determine result' errors. Is this sort of macro not possible, or am I just missing something obvious? Cheers for help.