Hey eFriends! I've been struggling with trying to get a specific macro working. Now I'm wondering if it's even possible to nest a query inside calling a sheet ability. My goal here is to have one macro that queries one time for a PC, then outputs their pedigree info like stats and proficiency bonus. Here's the macro I'm trying to make: /w gm &{template:npcaction} {{rname=?{Who?|PC 1|PC 2|PC 3|PC 4}'s Stats}} {{description=**STR:** [[@{?{Who?}|strength_mod}]] **DEX:** [[@{?{Who?}|dexterity_mod}]] **CON:** [[@{?{Who?}|constitution_mod}]] **INT:** [[@{?{Who?}|intelligence_mod}]] **WIS:** [[@{?{Who?}|wisdom_mod}]] **CHA:** [[@{?{Who?}|charisma_mod}]] **Proficiency Bonus:** [[@{?{Who?}|pb}]]}} I've tried substituting the vertical bars, ending brackets, and commas with their corresponding HTML codes, but it still doesn't generates errors. So...is it even possible to nest a query inside calling a sheet ability? And if so, what am I doing wrong?