
Hi I have been using a macro to roll my monsters saves for quite a while, however it rolls ALL saves at once. I've just helped a friend who wants to use these macros to make his game run smoother, unfortunately he has a problem player in his group who tends to use a lot of game knowledge that his character wouldn't know... That's a whole other issue though. I was wondering if anyone who has more experience than I do could help me clean this up and give me advice on how to make this macro ask which saving throw i'd like to roll?
&{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npc_str_save}]] | [[1d20+@{npc_str_save}]]}} {{Dex Save= [[1d20+@{npc_dex_save}]] | [[1d20+@{npc_dex_save}]]}} {{Con Save= [[1d20+@{npc_con_save}]] | [[1d20+@{npc_con_save}]]}} {{Int Save= [[1d20+@{npc_int_save}]] | [[1d20+@{npc_int_save}]]}} {{Wis Save= [[1d20+@{npc_wis_save}]] | [[1d20+@{npc_wis_save}]]}} {{Cha Save= [[1d20+@{npc_cha_save}]] | [[1d20+@{npc_cha_save}]]}}
&{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npc_str_save}]] | [[1d20+@{npc_str_save}]]}} {{Dex Save= [[1d20+@{npc_dex_save}]] | [[1d20+@{npc_dex_save}]]}} {{Con Save= [[1d20+@{npc_con_save}]] | [[1d20+@{npc_con_save}]]}} {{Int Save= [[1d20+@{npc_int_save}]] | [[1d20+@{npc_int_save}]]}} {{Wis Save= [[1d20+@{npc_wis_save}]] | [[1d20+@{npc_wis_save}]]}} {{Cha Save= [[1d20+@{npc_cha_save}]] | [[1d20+@{npc_cha_save}]]}}