Hello Tim, I tried this simple script, but I'm not sure how to indicate to the script that it should act on a prorperty associated with an ability (istokenaction), not the ability itself (BlessOn). There is one "istokenaction" property for each ability, so how to indicate which one to target? I used a Hyphen or a Pipe character, but no result. No error message at all. I tried adding {&log}, but no particular useful message. Finally, I read the ChatSetAttr ReadMe file, and I couldn't find an example like that, the closest I saw was syntax used for repeating rows in the 5e character sheet, but it seemed to use hyphens, which doesn't work here. !setattr --silent --charid @{Réjean|character_id} --BlessOn-istokenaction|1 !!! !setattr --silent --charid @{Réjean|character_id} --BlessOn|istokenaction|1 !!! Thanks!