
I seem to be having trouble with inline calculations when it comes to abs().
I can get the following to work:
Any ideas on what I'm doing wrong?
I can get the following to work:
/r [[abs(-5)]]d10
But trying to use the variable fetch coupled with an abs()/multiple steps, it no longer seems to work:[[[[abs(?{Degrees of Failure})]]d10]]
Where I'm trying to get the final result to be inline, but I also want there to be calculation of how much d10s are to be rolled before the final roll of the d10s are shown inline.Any ideas on what I'm doing wrong?