
I am trying to roll 1d6 + my character's level divided by 2. The formula I am using is this: 1d6 + floor(@{myname|level}/2) While the command works, the problem is that it actually outputs the "floor" command, rather than the value being added. For example: My character is level 6, but I would like the output to instead read this: Any way anyone can think of doing this? This is just one particular example, but I've got a number of macros I am making with similar problems.