Hello again. I keep making some pretty frequent trips to this forum, but I assure you it isn't out of laziness. More like ineptitude. Currently, I've been setting up some quick fix macros for my players so that we can spend less time rooting around in character sheets and more time on the fly with spellbooks and (the reason for the post) class actions. I thought as my set up with spell books was currently working, I figured that the iteration for class actions would be very similar, however, it doesn't appear to be so. I keep running into a dead end and this is my progress so far. I'm able to complete about half of what I'm trying to achieve, but I can't get to the end goal. As you can see, I have no problem getting a display for each of the class actions to show up, but my issue is that my (~{selected|classactionoutput} isn't actually calling on anything. Am I doing something wrong or is this just not possible with class actions? Might have assumed wrongly that it was similar to the spells tab. Below is what I'm currently using. &{template:5eDefault} {{ability=1}} {{title=Class Actions}} {{subheader=@{selected|character_name}}}{{emote= [@{selected|classactionname1}](~{selected|classactionoutput1}) [@{selected|classactionname2}](~{selected|classactionoutput2}) [@{selected|classactionname3}](~{selected|classactionoutput3}) [@{selected|classactionname4}](~{selected|classactionoutput4}) [@{selected|classactionname5}](~{selected|classactionoutput5}) [@{selected|classactionname6}](~{selected|classactionoutput6})}}