I am using Jumpgate, The standard 2014 D&D character sheet, and it's not working in any context that I use it.     A couple examples:     I had a marco called "Images" - the quick idea behind it is that, for each token on the table, I would include optional character art for my players to see if they wanted to take a closer look at the character. The macro looked something like this:     [Image](@{target|Select a Token|bar3|max}#.png)     That macro no longer works. I have checked the URLs and they all work when I just copy and paste them into the chat. I've also changed it to  [Image](@{selected|bar3|max}#.png) and that works (so long as the token is pre-selected before clicking the macro button obviously).         Another example:         I have a changeling player in my game. Previously I had this macro set up for him:        !token-mod --set imgsrc|+@{target|Who do you want to shapeshift into?|token_id} --ids @{selected|token_id} --set defaulttoken  !token-mod --set imgsrc|+=@{target|Who do you want to shapeshift into?|token_id} --ids @{selected|token_id}             Basically, he can pick an NPC token he wants his character to shapeshift into, and at the click of a button, it transforms his token into that NPC token and adds as a part of a multisided token.         That appears to be broken, as well.         Tried testing out a few other more simple things using @target and it appears to just not be working for anything.