
So I'm suuuper surprised I haven't been able to find a hundred folks asking this already, but I'm really hoping to create a single macro that will give a drop down containing each of the skills, that then rolls (privately as DM) for the skill check and includes bonuses from @{pb} as well as @{global_skill_mod} boosts. All my trial and error (being mediocre with macros in general) have had very little success. I assume a ?{what skill|Perception} would be required and then calling that later in the macro would be the way to go. /w gm &{template:default}{{name=Party ?{what skill|perception}}} {{Player1=[[1d20+@{Player1|?{what skill|perception}_bonus}+@{Player1|global_skill_mod}]]}} No attribute was found for @{Player1|?{what skill} Is what I'm hoping to do even possible through a simple macro or is an API the only way to go (not that I've found an API that does this, yet)?