
Hey there, having a strange problem in my game where one player, and only one player cannot use the initiative macro on their character sheet to be automatically added to the turn tracker. This is the working macro of one of my players: @{Deshanta Bazul (James V)|output_option} &{template:5eDefault}
{{character_name=@{Deshanta Bazul (James V)|character_name}}} @{Deshanta
Bazul (James V)|show_character_name} {{title=Initiative}}
{{subheader=Ability Check}} {{rollname=Initiative}} {{roll=[[ d20 +
@{Deshanta Bazul (James V)|intiaitive_to_tracker} + [[@{Deshanta Bazul
(James V)|initiative_tie_breaker}]] + (@{Deshanta Bazul (James
V)|global_check_bonus})]]}} @{Deshanta Bazul (James
V)|classactioninitiative} And this is the macro of the 'problem' player: @{Gimnar|output_option} &{template:5eDefault} {{character_name=@{Gimnar|character_name}}} @{Gimnar|show_character_name} {{title=Initiative}} {{subheader=Ability Check}} {{rollname=Initiative}} {{roll=[[ d20 + @{Gimnar|intiaitive_to_tracker} + [[@{Gimnar|initiative_tie_breaker}]] + (@{Gimnar|global_check_bonus})]]}} @{Gimnar|classactioninitiative} Could anyone help me fix this? I have a feeling my players has somehow gotten a different character sheet (even though they look identical).