Hi! I've just realized why one of my macros have been broken for a while, and was hoping someone could point to a solution. As you can see below, the macro handles a skill check for my party, but because it's using token ids, it only works until a new token is generated on a page, at which point the token id changes and the macro no longer works. I've tried using @{character name|token_id} and the character id as a replacement for the token id, but neither works. I didn't expect them to, as GroupCheck specifically wants to use the token id in the --id command. Does anyone know of a way to make this work so I can use this macro without having the tokens selected? Macro in question: !group-check {{
--?{Skill|Acrobatics|Animal Handling|Arcana|Athletics|Deception|History|Insight|Intimidation|Investigation|Medicine|Nature|Perception|Performance|Persuasion|Religion|Sleight of Hand|Stealth|Survival}
--ids -Mw-28cIKLIcOgEKhd6H,-NGsiLXB_-Ic-S_KIYIc,-NGsiM7wW8anRXk8X-6Y
--ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis}
--process
--showaverage
--?{Publish|Secret,whisper|Public,public}
}} Thanks in advance, - Jakob B. From