Hi, I'm sure I am doing something dumb ... but I don't seem able to mix ChatSetAttr with other APIs in a macro. For example: This works fine (for an Attribute called END): !setattr --sel --END|[[@{selected|END}-3]] ... but this errors out with " No target characters. You need to supply one of --all, --allgm, --sel, --allplayers, --charid, or --name ." !setattr --sel --END|[[@{selected|END}-3]] /fx beam-magic @{selected|token_id} @{target|Target 1|token_id} What is it about the addition of a different API in the second macro which breaks ChatSetAttr? The /fx works just fine. Thanks in advance ...