I am using TokenMod for two of my macros to initialize turns and finish the turns too. They work fine if me as the GM uses them. But when I log in as a player, or log in with a secondary test account - the sandbox breaks sometimes, but it consistently does not change the tokens as it should It all used to work well, but I created a macro Character with all my utility macros, including these too. I wanted to give players acess to some of my macros so I put them back into the collection. The pieces of code in the macro are so simple that I have no idea where even to start debugging. This is the second time something really unexpected happens in a short period of time... I hope my game is not broken. The macros are: &{template:npcaction} {{name= }} {{rname= End of Turn}} {{description= @{selected|character_name}'s turn finished. }} !token-mod --set aura1_color|transparent --ids @{selected|token_id} !token-mod --set aura2_color|transparent --ids @{selected|token_id} &{template:npcaction} {{name= }} {{rname=Turn start}} {{description= @{target|character_name}'s AP and MP recovered. }} !token-mod --set statusmarkers|red:[[@{target|AP}]] --ids @{target|token_id} !token-mod --set statusmarkers|green:[[@{target|MP}]] --ids @{target|token_id} !token-mod --set aura1_color|00ffff --ids @{target|token_id} !token-mod --set aura2_color|c0c0c0 --ids @{target|token_id}