
Hello 1st time in doing this coding stuff. Does anyone have any idea what I did wrong here? I tried to add a Death Saves option to the 6 saving throws. But the mod portion isn't closed all the way. I used this macro from Kyle macro link Here is the macro I added to it: |Death,+[[(@{selected|death_save_bonus}@{selected|pbd_safe}*(1-ceil((@{selected|npc})*0.00001)))+(@{selected|death_save_bonus}*@{selected|npc})]][DEATH SAVE] ]]}} {{rname=Death Save; {{mod=[[ [[(@{selected|death_save_bonus}@{selected|pbd_safe}*(1-ceil((@{selected|npc})*0.00001)))+(@{selected|death_save_bonus}*@{selected|npc})]][DEATH SAVE] ]]}} {{r1=[[@{selected|d20}+[[(@{selected|death_save_bonus}@{selected|pbd_safe}*(1-ceil((@{selected|npc})*0.00001)))+(@{selected|death_save_bonus}*@{selected|npc})]][DEATH SAVE] ]] Thanks in advance!