Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

5e template macro question

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! :)
Shot in the dark: does removing @{classactionmeleeweapon}} change anything?
Yep, that fixed it! Thanks! I feel slightly stupid now, I thought I had tried that. :D