One of my players is having an issue. The damage applier macro I have is working just peachy, but for some reason, she, and only she, cannot apply CERTAIN markers to any tokens in her control when using a certain macro. There are several macro nests, which I'll list here. #DragonsBreath Dragonsbreath links to /me casts Dragon's Breath on @{target|token_name}, dealing damage to 2 adjacent targets. !alter @{target|token_id} e -1d6+10 #2round 2Round links to !token-mod --set statusmarkers|interdiction:3 --ids @{selected|token_id} Before you ask, the 'dealing damage to 2 adjacent targets' is a cosmetic post, it doesn't actually mean anything to the macro, which is still single-target. Now, here's the wierd thing. I had her test out the #2Round macro, and it works fine, applies the interdiction markers just like it should, but #Dragonsbreath does not. If push comes to shove, I can just copy the !tokenmod command into her CHARACTER SHEET macro instead of the ability macro and see if that fixes it, but it's clearly a problem on her end- We tested extensively. Two other players did not suffer the same issue, but she does- again, only for certain markers. She is running Chrome on a Mac, both up to date and with a cleared cache. Any ideas?