So, I've converted an old game to jumpgate with the new d&d 2024 character sheets, but none of my macros seem to be working anymore. I can't even seem to get a very basic template to work in the game now. Did the syntax change for the macros or something?
The following macro works in a non-jumpgate game with 2014 character sheets, but not in the newer game.
&{template:atkdmg} {{mod=mod}} {{rname=rname}} {{r1=[[1d20]]}} {{always=1}} {{r2=[[1d20]]}} {{attack=1}} {{range=range}} {{damage=[[1d6]]}} {{dmg1flag=1}} {{dmg1=dmg1}} {{dmg1type=dmg1type}} {{dmg2flag=1}} {{dmg2=dmg2}} {{dmg2type=dmg2type}} {{crit1=[[1d6]]}} {{crit2=[[1d6]]}} {{save=1}} {{saveattr=saveattr}} {{savedesc=savedesc}} {{savedc=savedc}} {{desc=desc}} {{hldmg=hldmg}} {{spelllevel=spelllevel}} {{ammo=ammo}} {{charname=charname}}
I have a lot of macros and none of them seem to work, so it's going to be a huge pain if I need to edit all of them. I can't seem to find anyone else who's having this issue, so I'm really not sure what the problem is. Any help would be appreciated.