Hi, I originally thought that this was something to do with the 5e shaped character sheet, but it looks like it's a broader problem than that. If you use calculated attribute values in an inline roll like this: Roll: [[d20 + @{Bellaluna|stealth}]] ; Roll2: [[d20 + @{Bellaluna|stealth}]] it doesn't work properly with automatic 3d dice rolling. If "Automatically roll 3d dice" is off, you get the expected result - two d20s are rolled and the results filled in to the chat message. If you turn it on, however, you only see 1d20 - and in fact, you only get the last roll of the whole chat message, if there are more. This makes "Automatically roll 3d dice" useless for users of the 5e character sheets, and I would imagine probably quite a lot of others besides... To be clear, this is not a problem with rolling multiple dice in general. If you do: Roll: [[d20]] ; Roll2: [[d20]] you get two 3d dice, irrespective of whether they are rolled automatically or not. Cheers, Lucian