1.) Hello, So I have figured out macro nesting and got that working (PF official sheet). IE - &{template:default} {{name=@{selected|character_name}'s Defenses}} {{Saving Throws=[Click](~selected|Defenses-Saving-Throws)}} {{Dodge=[Click](~selected|Defenses-Dodge)}} {{Mobility=[Click](~selected|Defenses-Mobility)}} {{Total Defense=[Click](~selected|Defenses-Total-Defense)}} {{Fighting Defensively=[Click](~selected|Defenses-Fighting-Defensively)}} This works as expected, I get a table with clickable CLICK links that run the macros. Is there a way to replace the macro with a character ability? I would like to list a bunch of skills as clickable links without making a macro for every single one. This is what I tried so far, but it doesn't show up - &{template:default} {{name=@{selected|character_name}'s Skills}} {{Skills=[Acrobatics](%{selected|acrobatics})}} The header (name = "Blah Blah's Skills") shows up, but acrobatics (and Skills) does not even show up in the chat. Is this impossible, or is my syntax just incorrect? Thanks. 2.) Unrelated, is there a way to make the macros whisper to whoever clicked them?