Gauss said: You cannot nest inline rolls inside each other. Ah. So. How do I go about doing this then? Or is it, as of yet, still not possible to show the have the final result displayed as completely inline? Clarification to above question: Ideally, I'd like to get the "[[[[abs(?{Degrees of Failure})]]d10]]" to work. Breakdown shown below: [[ [[ (abs(?{Degrees of Failure})) ]] d10 ]] where the absolute value of the input "Degrees of Failure" is crunched, and utilized as the number of d10s to roll. The final result of the roll being displayed as an inline value. Removing inline in the middle "[[(abs(?{Degrees of Failure}))d10]]" gives no result. Which makes sense, because "(abs(?{Degrees of Failure}))" is not crunched as a number. The result (abs( 3 )), where 3 is the value of the input "Degrees of Failure". And we can't roll "(abs(3))d10s"... So. Yeah. Is it not possible to display the final d10s roll as inline while also using the modification of number of d10s to roll?