
Hey all, Long time macro user, first time macro writer. Normally I use other's pre-made macros for D&D e5, but I'm running a campaign for Kids on Brooms and would like to have a macro to roll my NPCs stats when their token is selected. To save time from switching between character sheets. Here's what I've written: &{template:kobrooms} {{name=StatCheck} {{character_name=@{selected|token_name}}}
{{ ?{Select Stat|Charm,%{selected|charm}|Grit,%{selected|grit}Flight,%{selected|flight}|Brains,%{selected|brains}|Fight,%{selected|fight} } }} The drop down is popping up, but has "Charm,&{template:kobrooms" written in and not a drop down of options. It does proceed to the next selection correctly, to select a bonus option: stat, magic, none, and the next one to write in any additional bonuses or penalties. The output is a correctly formatted and shows rolls for grit, flight, brains and fight, no charm. And the intended behavior would be to roll only 1 stat based upon the first selection. What have I done wrong here? Is it a nesting issue? Thanks for all the help!