If it's for your PCs, you can just hardcode them into a macro that makes the common rolls: Notice, Stealth, Agility. If it's for NPCs arbitrarily selected, you could write a macro that prompts you to click on four, then it rolls for those. Got more than four? Run it again. **Notice Rolls** @{target|NPC 1|token_name} has Notice d@{target|NPC 1|notice}, rolls [[1d@{target|NPC 1|notice}!]]. @{target|NPC 2|token_name} has Notice d@{target|NPC 2|notice}, rolls [[1d@{target|NPC 2|notice}!]]. @{target|NPC 3|token_name} has Notice d@{target|NPC 3|notice}, rolls [[1d@{target|NPC 3|notice}!]]. @{target|NPC 4|token_name} has Notice d@{target|NPC 4|notice}, rolls [[1d@{target|NPC 4|notice}!]]. You could write a macro for each trait (Common Knowledge, Persuasion, Notice, Agility) you want to check, or you could modify this one to prompt for the trait before rolling. LMK if you need more help.