D&D 5e OGL Sheet This macro is used as a token action and functions well (it works both if I've put Always roll advantage, or toggle), but... @{selected|wtype}&{template:simple} @{selected|rtype}+?{Choose Saving Throw|Strength,[[@{selected|strength_save_bonus}+@{selected|pbd_safe}]]]]}} {{r1=[[@{selected|d20}+[[@{selected|strength_save_bonus}]]]]}} {{mod=[[@{selected|strength_save_bonus}]]}}{{rname=STRENGTH SAVE}} {{type=Save}} |Dexterity,[[@{selected|dexterity_save_bonus}+@{selected|pbd_safe}]]]]}} {{r1=[[@{selected|d20}+[[@{selected|dexterity_save_bonus}]]]]}} {{mod=[[@{selected|dexterity_save_bonus}]]}}{{rname=DEXTERITY SAVE}} {{type=Save}} |Constitution,[[@{selected|constitution_save_bonus}+@{selected|pbd_safe}]]]]}}{{r1=[[@{selected|d20}+[[@{selected|constitution_save_bonus}]]]]}} {{mod=[[@{selected|constitution_save_bonus}]]}}{{rname=CONSTITUTION SAVE}} {{type=Save}} |Intelligence,[[@{selected|intelligence_save_bonus}+@{selected|pbd_safe}]]]]}} {{r1=[[@{selected|d20}+[[@{selected|intelligence_save_bonus}]]]]}} {{mod=[[@{selected|intelligence_save_bonus}]]}}{{rname=INTELLIGENCE SAVE}} {{type=Save}} |Wisdom,[[@{selected|wisdom_save_bonus}+@{selected|pbd_safe}]]]]}} {{r1=[[@{selected|d20}+[[@{selected|wisdom_save_bonus}]]]]}} {{mod=[[@{selected|wisdom_save_bonus}]]}}{{rname=WISDOM SAVE}} {{type=Save}} |Charisma,[[@{selected|charisma_save_bonus}+@{selected|pbd_safe}]]]]}} {{r1=[[@{selected|d20}+[[@{selected|charisma_save_bonus}]]]]}} {{mod=[[@{selected|charisma_save_bonus}]]}}{{rname=CHARISMA SAVE}} {{type=Save}}} {{global=@{selected|global_save_mod}}} @{selected|charname_output}
The issue is Gnome have the ability Gnome Cunning and
always have advantage on saving throws from magic. I want that to be added to the macro.
I was thinking about
creating a drop-down menu inside the current drop-down. [[ ?{Gnome Cunning|No, 1|Yes, 2}d20kh1 + [[@{selected|intelligence_save_bonus}]] ]] When I insert ”
?{Gnome Cunning|No, 1|Yes, 2 } d20kh1 ” into the
{{r1=}} instead of the ” @{selected|d20} ” the drop-down is cosmetically correct but it also now gives the options "No and Yes”. Is there a trick
for the drop-down not to add "Yes/No" options since they’re only
relevant to the ”d20k1” ??
I have tried using
html entities (changing everything into HTML entities but I cannot make it work).
TL;DR: I want the
macro in the top to ask for ”Gnome Cunning” when I roll Intelligence, Wisdom or Charisma Saving throws, and if I select ’yes’
it shall roll 2d20kh1 (and 1d20 when I select ’no’). Thanks in advance.