
Hi, I bet I am missing something obvious and would appreciate a second pair of eyes. I'm trying to create a drop-down macro to call built in character sheet macros. In chat, this works just fine: %{Selected|acrobatics} In global macro, this works just fine: [[ ?{Skill?|Acrobatics, @{Selected|acrobatics}| Arcana, @{Selected|arcana}| } ]] However, when I try and change skill call (@) to macro (%), i get garbage in the drop-down instead of a nice drop-down: Acrobatics, 0 &{template:rolls Sorry, I'm sure my terminology is all wrong but i hope you get the point. Any input is appreciated. Thanks!