
I'm trying to build a simple template that rolls two different types of dice, I need to keep them separated for evaluation, but I also would like a sum of the dice. &{template:default} {{name=Churchill VI: Eff. Rng: 30"}} {{First Range Die (d12)=[[1d12]]}} {{Second Range Die (d20)=[[1d20]]}} I would like to sum up the first and second rolls for a sum range. {{Combined Roll = First Range Die + Second Range Die}} How to get the previous values? Thanks!