Hello, Second topic but for a different problem, it's my first try with custom roll template and I'm stuck on a Math problem I would like to calculate the number of dice to throw (Attribute + Modifiers) then use this var inside another one &{template:vermine} {{name=@{character_name}}} {{ totalDice =[[@{Vigor}+@{Physical_Pos1}+@{Physical_Pos2}-@{Physical_Neg1}-@{Physical_Neg2}+ ?{modifier|0}]]}} {{throw=[[ {{totalDice}} d10]]}}"/> You have the spirit, is that even possible ? Second though, is it possible to display result of each dice instead of the total result ? " I would like to know how many dice rolled more than 5, I saw " {{#rollGreater() <rollname>}} " but it seems to only works with the total result and not each rolls