
Hey all. I'm trying to create a generic macro for d20 roll fro SotDL it includes one input for a stat modifier, a boon of d6s added to the roll a bane of d6s subtracted from the roll for a total. So far I have this: &{template:default} {{name=D20 Check}}{{Roll=[[1d20]] + Mod [[?{Mod}|0]] + Boon [[?{Boon|0}d6k]] - Bane [[?{Bane|0}d6k1]]}} But that only gives me the individual dice totals not an absolute total. Can anyone tell me what to add to get a final number while also seeing the individual rolls?