Hi there, I’ve just finished a marathon piece of work on the Traveller character sheet and it has required me to do a lot of intermediate dice rolls that provide results that I use to index into arrays do subsequent dice rolls, e.g. you roll a 5 on a 2D6 and that 5 is an index that requires rolling 4D6. So I created an empty roll template called ‘index’ that has empty HTML just because I need the results to make another startRoll… So can a startRoll/rolltemplate be constructed that doesn’t propagate the result to chat? Thinking about it as I’m writing I guess I could ALSO roll the max number of dice in the table I need to index into and pluck off the results I need… Maybe I’ve answered my own question… ;-) Any thoughts? Regards, Coryphon