
I know that I can nest dice expressions. /r [[2d6]]d6 works for example. But is there a way to nest inline rolls? [[[[2d6]]d6]], for example, does *not* work. Adding parenthesis doesn't help - [[([[2d6]])d6]] also doesn't work. Likewise, I know that [[@{class-0-level}d6]] will correctly roll however many d6 a character has of that class. But [[round(@{class-0-level)}/2)d6]] does not. Is there any way to get round() or floor() to work inside a dice expression? Not having to manually rewrite the class features that advance by 1 die on every odd class level would be nice. edit: further experimentation seems to show that [[(@{class-0-level}/2)d6]] is rounding up automatically.