
I'm trying to change the side of a token using the API. Not sure if it's possible, and haven't found an answer via searches. I am able to change the side with the following command: obj.set("currentSide", 1); When I log() the object, I see the value changing to whatever value I've passed. When I right-click the token and choose Multi-Sided > Choose Side , the selection bar is set to the value I've passed, and the preview image shows the image i was trying to display. The problem I'm having is that the token on the objects layer does not update to reflect the correct side after being changed via API. Is it possible to update the token side via API? If so, what am I missing? Thanks.