
If anyone has the time, I am trying to adapt the things that I have learned with re-using rolls, duplicating rolls and toggleable template fields. I am really close here, but I cannot quite get it right. It seems my number of inline rolls is variable based on the value that is rolled. I am still trying to understand this, but I think I have reached my limit trying to get this one working Here is the premise: Roll 2d10 + stuff Toggle the template fields relative to the total amount rolled. Tier 1 = 2-10, Tier2 = 11-16, Tier3 = 17-18, Tier4 (Crit) = 19,20 This will get me Tier1 - Tier3. Does anyone know a way to get Tier 4 in there? {11,$[[55]]}>17f<10) Here is the full macro: I have the Roll: Template working correctly. I just cannot get the toggleable templates to come out with the same inline roll number so I am not quite able to target them with my tier calculation. &{template:default} $[[$[[56]]]] {{name=[[[ ({11,$[[55]]}>17f<10)*2 + 66 ]]] [[[ $[[11]][First] + $[[54]][Second] + ?{Edges?|0}[Edges] - ?{Banes?|0}[Banes] + ?{Modifier?|0}[Mod] ]]] [[[[[ $[[$[[0]]]] [[1d10 First]] [[ [[ [[ [[ [[ [[ [[ [[ [[ [[ 0 ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] [[10]][[9]][[8]][[7]][[6]][[5]][[4]][[3]][[2]][[1]] [[10]][[9]][[8]][[7]][[6]][[5]][[4]][[3]][[2]][[1]] $[[31]] [[ [[ [[ [[ [[ [[ [[ [[ [[ [[ 0 ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] $[[$[[33]]]] [[ [[1d10 Second]] + 33]] [[ [[ [[ [[ [[ [[ [[ [[ [[ [[ 0 ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] [[10]][[9]][[8]][[7]][[6]][[5]][[4]][[3]][[2]][[1]] [[10]][[9]][[8]][[7]][[6]][[5]][[4]][[3]][[2]][[1]] $[[65]] [[ [[ [[ [[ [[ [[ [[ [[ [[ [[ 0 ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] ]]]]] }} {{name=Power Roll}} {{Roll:=**2d10:** &nbsp; $[[0.computed]]+$[[32.computed]] {{Total==&nbsp;$[&lsqb;55.computed&rsqb;]}} [[[0 [[0]] {{Total==&nbsp;$[&lsqb;55.computed&rsqb;]}} {{Result=Do Tier 1 Shenanigans}} ]]] [[[0 [[0]] {{Total==&nbsp;$[&lsqb;55.computed&rsqb;]}} {{Result=Do Tier 2 Shenanigans}} ]]] [[[0 [[0]] {{Total==&nbsp;$[&lsqb;55.computed&rsqb;]}} {{Result=Do Tier 3 Shenanigans}} ]]] I know this might be a tough one, but any help is appreciated.