Ω,  the problem with your latest /roll example is that you are basically telling it to /roll #, #. There is no math to perform and nothing for it to roll.   If you use the /roll command you will get a total. If you do inline dice rolls you will not.   Lets say I want to do 5d6 but I want all the dice to display individually without a sum of all of the dice. I can type:  [[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]] "hit enter"  Lets assume I rolled 4, 5, 2, 1, 3, and 6 It will display: 4 5 2 1 3 6  Alternately, I can type  [[5d6]]  and then mouse over the results (but frankly, that isn't much better than just typing /roll 5d6).  I also have games that roll multiple dice and do not need the total (Star Fleet Battles, Battletech, etc). My personal preference is to type /roll 5d6sd or /roll 5d6sa and then ignore the total (sa = sort ascending while sd is sort descending).    In short there is no way, outside of the API, to roll multiple dice in a single roll command or inline command and have them display without a total.   - Gauss