Hi, everyone--not sure if this is a general macro question or a full-fledged API question. I'm currently using the little icons that you can put on tokens (the flag, the broken shield, the target, etc.) to represent some conditions or bonuses that characters can put on enemies/allies (vulnerable, weakened, etc.) I use TheAaron's excellent "tokenmod" to make it easier to assign those to tokens reliably. However, I was wondering if there was a way to have a macro check a given token for one of those properties--i.e. pull the value or the on/off setting of one of those items. Is that possible using the @{target|...} and/or @selected{...} sort of thing, at all, or some other method? What I'm thinking of doing is having conditions that would cause effects on rolls be able to be automatically included. That is, if Weakness causes a character to suffer -4 to attack, then if that marker goes on, the token has -4 to attack. I'm pretty sure that I can figure out the way to use general macro code and the Powercards stuff to make that work... if it's possible to even pull the data I'm looking for, which is the part I can't determine. Thank you!