
I'm not getting this to work, and not understanding why... this is pathfinder sheet trying to build a macro that rolls a number of d6's equal to half the character level rounding down (it defualts to rounding up without the floor( this is what I'm working with: [[ Floor( (@{class-0-level}/2) )d6]] also tried: [[ (Floor( (@{class-0-level-}/2) ))d6]]