
Is there any way to add roll ids together? I want to add two different damage types together (each generated by a different roll) for the purposes of determining whether an attack renders the victim unconscious or kills them in 5e. When you add Roll ids to new Rolls they always come out as zero. From what I read, you definitely can't add them together in other rolls e.g. --hroll|[[ [$total] 1d0 + $Dmg + $Acd ]] but is there a way to add them inside a set of brackets for a conditional query or something? e.g. --?? ($Dmg + $Acd) >= $Death ?? Character dies horribly...! Many thanks in advance! :) John