You can use this for "always": @{bob|wtype}&{template:simple} {{rname=^{death-save-u}}} {{mod=@{bob|death_save_bonus}}} {{r1=[[@{bob|d20}+@{bob|death_save_bonus}[MOD]@{bob|globalsavingthrowbonus}]]}} {{always=1}} {{r2=[[@{bob|d20}+@{bob|death_save_bonus}[MOD]@{bob|globalsavingthrowbonus}]]}} {{global=@{bob|global_save_mod}}} @{bob|charname_output} Replace 'bob' with your character name, or completely remove the 'bob|' part if you're using it as a character sheet ability macro. Alternatively, this one will follow your {rtype} setting for rolling advantage: @{bob|wtype}&{template:simple} {{rname=^{death-save-u}}} {{mod=@{bob|death_save_bonus}}} {{r1=[[@{bob|d20}+@{bob|death_save_bonus}[MOD]@{bob|globalsavingthrowbonus}]]}} @{bob|rtype}+@{bob|death_save_bonus}[MOD]@{bob|globalsavingthrowbonus}]]}} {{global=@{bob|global_save_mod}}} @{bob|charname_output} EDIT - SapperDoc said: I'm
looking for a Macro that works with OGL for the Reborn death save with
advantage. Right now I have to click on death save twice and then click
on the dot on my character sheet to delete one of the results . Anyone
work one of these up yet? Just noticed this bit. Does the Companion API (or another script) automatically apply the success/fail dots? If so, the macro might need some adjustment to work with the script. Like doing a {2d20}kh1 in a single roll output so only one result is sent to chat: @{bob|wtype}&{template:simple} {{rname=^{death-save-u}}} {{mod=@{bob|death_save_bonus}}} {{r1=[[{@{bob|d20},@{bob|d20}}k1+@{bob|death_save_bonus}[MOD]@{bob|globalsavingthrowbonus}]]}} {{normal=1}} {{global=@{bob|global_save_mod}}} @{bob|charname_output}