
I found some old macros that I had that re-used an inline roll and thought I would play with it again. &{template:default} {{Roll=$[[2]]}} {{Tier 1=[[ $[[3]] + 7 ]]}} {{Tier 2=[[ $[[3]] + 11 ]]}} {{Tier 3=[[ $[[3]] + 16 ]]}} {{name=Ability}} [[ [[1d10 First D10]] + [[2d10]] ]] [ ]([[) [[2d6]] [ ](]]) Turns out I can only re-use the roll once before it starts breaking inline rolls again. Does anyone know why this is the case? And bonus points if you know how to make it happen without some sort of roll index manipulation and duplicating the roll.