My aim was to create multi-sided tokens for the player characters with the first side being the character token and the second side being an invisible token. I created a macro Spell-Invisibility as a token action, it asked if you wanted to show the token or not, If No then it would change the token to side 2 and set an aura so the player and GM could see where the character is, but not the players. The Macro ?{Show Token|Yes,!token-mod --set currentside|1 aura2_radius# |No,!token-mod --set currentside|2 aura2_color|59e594 aura2_radius#0} When I wrote this last week it worked no problem. Today, it doesn't work as expected. Selecting No changes the token side to 2 (invisible) and sets the aura. Selecting Yes hides the aura, but does not change the token side. With the invisible token selected typing !token-mod --set currentside|1 in to the chat prompt did nothing, whereas, with the character token selected !token-mod --set currentside|2 changed the side to the invisible one. Can anyone see what it going on here and why it isb't working? or is it just my system that's gone Kaput! Many thanks