With the example given in your first post, it is possible (with several tricks) to make believe a roll is used as a description of another roll. The roll may be a dice or a rollable table. Depending on the level of complexity you want to achieve, simple tricks may be insufficent and a pro account needed. light mode UI: &{template:default}{{name=Test}}{{desc=$[[1.computed]] [[@{selected|repeating_attack_$0_atkbonus}[test]]] --> works [[@{selected|repeating_attack_$0_atkbonus}[$[[1.computed]]]]]) --> does not work [@{selected|repeating_attack_$0_atkbonus}](#" style="background:#fef68e; color:#404040; border:2px solid #fef68e; padding:0px 3px; font-weight:bold; font-size:1.1em; text-decoration:none; cursor:help" class="showtip" title="Rolling @{selected|repeating_attack_$0_atkbonus}[[[1d6]]] = @{selected|repeating_attack_$0_atkbonus}) --> illusion #1 [@{selected|repeating_attack_$0_atkbonus}](#" style="background:#fef68e; color:#404040; border:2px solid #fef68e; padding:0px 3px; font-weight:bold; font-size:1.1em; text-decoration:none; cursor:help" class="showtip" title="Rolling @{selected|repeating_attack_$0_atkbonus}[$[[1]]] = @{selected|repeating_attack_$0_atkbonus}) --> illusion #2 [$[[1]]] }} dark mode UI: &{template:default}{{name=Spell}}{{desc=$[[1.computed]] [[@{selected|repeating_attack_$0_atkbonus}[test]]] --> works [[@{selected|repeating_attack_$0_atkbonus}[$[[1.computed]]]]]) --> does not work [@{selected|repeating_attack_$0_atkbonus}](#" style="background:#702c91; color:#ffab00; border:2px solid #702c91; padding:0px 3px; font-weight:bold; font-size:1.1em; text-decoration:none; cursor:help" class="showtip" title="Rolling @{selected|repeating_attack_$0_atkbonus}[[[1d6]]] = @{selected|repeating_attack_$0_atkbonus}) --> illusion #1 [@{selected|repeating_attack_$0_atkbonus}](#" style="background:#702c91; color:#ffab00; border:2px solid #702c91; padding:0px 3px; font-weight:bold; font-size:1.1em; text-decoration:none; cursor:help" class="showtip" title="Rolling @{selected|repeating_attack_$0_atkbonus}[$[[1]]] = @{selected|repeating_attack_$0_atkbonus}) --> illusion #2 [$[[1]]] }}