
I'm trying to set up quick-easy token adjustment macros for when I drop new monsters from the Compendium on the map. I'm using MonsterHitDice, Token Mod, Token Name Number, and Token Action Maker. One of the main intentions of my macros is using Token Mod to update the revised token as the new default for the character sheet to which it's attached after all the other token adjustments have been completed. So, set the bar links, show the nameplate, token bars to bottom overlapping, etc, and then update Default Token when those are processed to record the changes in the character sheet. But it doesn't look like it's working. I've tried "!token-mod --set defaulttoken" as both a line in a larger Token Mod macro and as a single line in its own macro, and neither option is actually updating the default token on my character sheets. I can update a token so it shows its HP, AC, PP, and nameplate, but after I click to set that as the default, the character sheet is still showing and dropping the unedited token onto the map. Is this an issue that anyone else has experienced lately? Or something with a known fix? I've tried searching online but that single line of Token Mod code is considered the definitive answer for updating default tokens. I'm using Jumpgate with the 2014 5e D&D sheet. I've restarted my Sandbox several times, it's not giving me any error messages or issues with any of my existing scripts. I didn't see this as a known issue after looking through several days of history here, so I'm wondering if it's something I'm doing wrong. Any feedback or support would be appreciate. Thanks. This is the macro I'm trying to run. Maybe one of the other scripts is blocking Token Mod after they're run later in the macro? !mhd !token-mod {{ --on showname showplayers_name showplayers_bar1 showplayers_aura1 showplayers_aura2 --off isdrawing showplayers_bar2 showplayers_bar3 playersedit_bar2 playersedit_bar3 --set bar1_link| bar2_link|npc_ac bar3_link|passive_wisdom name|"@{selected|character_name} %%NUMBERED%%"}} }} !deleteallta !ta attacks spells saves checks reactions traits !token-mod --set bar1_reset !token-mod --set defaulttoken !tnn --renumber But I'm still not sure why a macro with a single line of "!token-mod --set defaulttoken" isn't working either.