Hello ! I use the current macro for calculating damages taken (a set amount of damage minus the number of successes). It's almost perfect, but the output reads "X successes", X being the number of damages. Is there a way to display the output of the roll as "X damages" ? After some reading and research, it seems impossible, but maybe I'm mistaken ? @{Ghost|gmroll}&{template:shadowrun}{{name=@{Ghost|character_name}}}{{roll_name=to Absorb Damage}} {{val1=Body}}{{val1_num=[[@{Ghost|bod_total}]]}}{{val2=Damages}}{{val2_num=[[?{Damages|7}]]}} {{result=[[?{Damages} -(@{Ghost|bod_total}]]}}