
So, I've been using the OGL sheets for quite some time, and have used a macro for my NPC character saves. But something has gone wrong with it, if I open the macro and save it, it works fine in one campaign, not in another, copying it leads to it breaking somehow. The macro in question is: &{template:simple} {{rname=SAVE}} {{mod=?{Save| STR,[[ {0@{selected|npcd_str_save}, @{selected|strength_mod}}kh1 ]] [STR]| DEX,[[ {0@{selected|npcd_dex_save}, @{selected|dexterity_mod}}kh1 ]] [DEX]| CON,[[ {0@{selected|npcd_con_save}, @{selected|constitution_mod}}kh1 ]] [CON]| INT,[[ {0@{selected|npcd_int_save}, @{selected|intelligence_mod}}kh1 ]] [INT]| WIS,[[ {0@{selected|npcd_wis_save}, @{selected|wisdom_mod}}kh1 ]] [WIS]| CHA,[[ {0@{selected|npcd_cha_save}, @{selected|charisma_mod}}kh1 ]] [CHA] }}} {{r1=[[ 1d20 + ?{Save} ]]}} {{normal=1}} Anyone have any idea where the issue could be?