Hello Everybody, I'm developing a charachter sheet for a homebrew game. In this game we roll d6 and sum an attribute, but when we roll a crit (when the die is 6) we sum this attribute again. Basicaly not a crit: d6 + attribute. When the die is 6: d6 + 2x(attribute). But some mechanimics make me abble to roll more d6 and when this d6 is rolled a 6 I should be abble to add the attribute again. So if i roll 2d6 and hit 6 in both I sum [6]+[6]+3x(attribute) I tried do it using throug macro and API script but I can't figured out how to do it. How can I emulate this behavior through roll20?