
Hey Guys, Im using the below as a token macro to provide details on the monsters spellcasting trait: /w GM &{template:5eDefault} {{title=Spellcasting}} {{subheader=@{Selected|Token_Name}}} {{subheaderright=Trait}} {{freetext=The goblin is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC xx, +x to hit with spell attacks). The Goblin has the following spells prepared: **Cantrips (at will):** *spell, spell, spell, spell* **1st level (4 slots):** *spell, spell, spell, spell* **2nd level (3 slots):** *spell, spell, spell, spell*}} Perfectly usable as is, however I was wondering if there was anyway to start new lines for each spell level - cantrip, 1st, 2nd. I've also tried the following: /w GM &{template:5eDefault} {{title=Spellcasting}} {{subheader=@{Selected|Token_Name}}} {{subheaderright=Trait}} {{outputall=1}} {{freetext=The goblin is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC xx, +x to hit with spell attacks). The Goblin has the following spells prepared:}} {{Cantrips (at will):= *spell, spell, spell, spell*}} {{1st level (4 slots):= *spell, spell, spell, spell*}} {{2nd level (3 slots):= *spell, spell, spell, spell*}} The first option I think works better, but this could also work, if the repeated freetext was not displayed. I've been searching around the forums for hours and can't seem to find solutions. I'm guessing there isn't a way to do what I want (yet), but thought I'd ask to be sure. Thanks, Jeremy