Hi, I'm trying different solutions to organize the stuff of my campaign. Watching a video on youtube I found a tutorial about nesting macros. I want to underline that I'm not yet expert in macros and templates and I'm learning how they work. To start and test the macro I have in mind I've done this: Using the default template I've created a list of NPC aspects: race, name, alignment, look, background etc Then I've made two separate macros for two NPC: Duaugur and Sivar (that are the names of the characters and even of the macros) I've made a third macro that I've called NPC-List. That macro is intendend to be present in the macro bar to access, by clicking on it, the list of NPC when I need to describe one of them to my players. So, the single macros Duaugur and Sivar work pretty good, but the list macro doesn't work. I think I've missed something from the tutorial, because I'm in the phase "copy macro text and do experiments". I've written the NPC-List macro in this form: &{template:default} {{name=NPC-List}}{{Name=[Duaugur](! #Duaugur)[Sivar](!#Sivar)}} This is the result: This is what I want, but there's one issue. The first name on the list, Duaugur is clickable and when I click on it the macro runs listing all the info about my NPC. But Sivar doesn't seems to work. When I hoover the cursor it takes the shape of a little hand, but when I click on it nothing happens. Any suggestion? Thanks.