
Using the standard 5e character sheet (not shaped). I am attempting to make a macro for my battlemaster maneuvers. This is what I have so far: &{template:5eDefault} {{weapon=1}} {{title=@{meleeweaponname1}}} {{subheader=@{character_name}}} {{subheaderright=Melee Attack}} {{attack=[[1d20cs>@{meleeweaponcritrange1} + @{meleetohit1} + (@{global_melee_attack_bonus}) ]]}} {{attackadv=[[1d20cs>@{meleeweaponcritrange1} + @{meleetohit1} + (@{global_melee_attack_bonus}) ]]}} {{damage=[[@{meleedmg1} + @{meleedmgbonus1} + (@{global_melee_damage_bonus} + @{superiority_die})]] @{meleedmgtype1}}} {{critdamage=Additional [[@{meleecritdmg1}+@{superiority_die}]] damage}} @{classactionmeleeweapon}} {{freetextname=Goading Attack}} {{freetext=The target must make a DC [[8+@{PB}+@{strength_mod}]] Wisdom saving throw. On a failed save, the target has disadvantage on all attack rolls against targets other than you until the end of your next turn.}} Technically this works perfectly fine, but the output gives me the "freetext" and "freetextname" fields twice, like so: I know I could use a custom text field instead of "freetext" (that works correctly, I've tried), but I would prefer to use the full width of the output. With such a lengthy effect description, the two column layout wastes so much screen real estate. How do I fix this? Halp! :)