The wiki is somewhat helpful but the wording doesn't include whether or not some things are possible. Also, previous threads are not general enough. I want a character specific Ability to be called from another of that character's Abilities. ^ I can has. I want an Ability with a Query to call a Abilities as the determinate cases for the output . ^ No can has? Must use command syntax: &{template:<temp name>} {{[[<Button Name>]](<Ability>)}} From my understanding, the problem is that a Query parses the Ability to a value, thus the dropdown box inputs the contents of the ability, including/instead of the option name, then breaks the remaining options, since the Ability call does not resolve. I want an Ability to call multiple Attributes. These attributes hold API commands. ^ No can has? Again, this parses and resolves only the first call? Here are more specific examples, though I felt the general references would be better suited to the forum. Caveat; this is API and 5e[Shaped] Sheet dependent. Nesting problem: Toggle_Ability_On %{<character_id>|repeating_racialtrait_<id>_action} This works by itself. Toggle_Ability_Off !token-mod --set tint_color|transparent aura1_color|9e5f9f aura1_radius|0 This also works, though only the final key|value is required. Toggle_Query ?{<Query_Ability_Name>|%{selected|<Toggle_Ability_On>}|%{selected|<Toggle_Ability_Off>}} This is a no-go and must use a command button syntax? Attribute Calls: Attribute_Name1 !token-mod --set tint_color|transparent aura1_color|9e5f9f aura1_radius|0 This works by itself if called in an Ability. Attribute_Name2 !roll20AM -audio,play,nomenu|<Track Name> Again, this works when called solo from an Ability. Ability_Name @{selected|Attribute_Name1}@{selected|Attribute_Name2} This does not work, only resolving the first call, whether they are on the same line or not.