I just found something odd with how tokenmod is behaving. I have about 20 multi-sided tokens in my game for wildshaping, shape shifting, etc.. Last session (2 weeks ago) my druid and shapeshifter had no problems transforming. Today's session however the tokens kept becoming assigned and unassigned to them without me changing a thing. So is this a glitch in either tokenmod or roll20? or is it an update changing how multi-sided tokens work and if so how do I rework it to function the same for my players? How I have it now: Each form has a character sheet(just for the name and picture) with the main one having the actual character info. These are on a macro for each character with each form that character can be in the macro. Along with a "Choose Form" GUI that comes up when they press their button. I then have a roll action table and put in each token form that player can become. !token-mod {{ --set ?{Choose Form| Fernando,currentside#1 represents#@{Fernando|character_id} | Black Fox,currentside#2 represents#@{Black Fox|character_id} | Eyes, currentside#3 represents#@{Eyes|character_id} } }} This use to work seamlessly but now it keeps reassigning the token to another character sheet. Taking the players control away from the token and sometimes turning off there ability to see if DL is on. The character sheets aren't even related to the token sometimes. (Example: Druid: "I wildshape into a wolf" Token changes to wolf token but token is now assigned to a NPC fisherman's character sheet they met one time). The players are able to right-click choose "Multi-Sided" and "Choose Side" and that changes the token without reassigning it. But this isn't practical for my Druid who currently has 20 wildshapes to choose from.