So, I am wanting to make a macro that will roll all my player's perception skill checks, Pathfinder character sheets if you need to know. I want to be able to roll 6 of their character's perception and do it in a whisper to myself. Is there a way to do this within 1 macro that will pull the stats from their sheet? I am using PowerCards as an API as well if that is an easier way to do this. The sheet uses: &{template:pf_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Perception}} {{Check=[[ 1d20 + [[ @{Perception} ]] ]]}} But I cannot find an easy way to emulate this as a standalone macro for several characters. Right now I have a normal PowerCard macro: /w gm !power {{
-- Dugald Perception: [[d20+4]]
-- Nogmeg Perception: [[d20+6]]
-- Mogmakara Perception: [[d20+6]]
-- Verelis Perception: [[d20+6]]
-- Ryukishi Perception: [[d20+0]]
-- Sarkhan Perception: [[d20-4]]
-- Nocturna Perception: [[d20+5]]
-- Ryuu Perception: [[d20-2]]
}}
But obviously I have to edit this whenever they level up or have a stat change.