So I'm trying to make an attack auto-calculate the DC of an extra effect within the On Hit text box. Currently I have to manually set the different values with [[8+4+2]], since I can't get it to reference the correct ability score and proficiency bonus. I've tried the following: [[8+@strength_mod+@proficiency_bonus]] [[8+[@strength_mod]+[@proficiency_bonus]]] [[8+[[@strength_mod]]+[[@proficiency_bonus]]]] [[8+(@strength_mod)+(@proficiency_bonus)]] [[8+{@strength_mod}+{@proficiency_bonus}]] None of them work at all, they just put out 8. I don't know if it's even possible in a text box, but I don't see why not, since it can do calculations with the bracket command code. Any help would be appreciated.