
Hi there. So I created a little macro using Tokenmod that seemed to work perfectly when I tested it. Basically it's for looting. I make Bar2 Max the loot contained within the token, the player can target that token to loot, it will tell them what to put in their inventory and then change Bar 2 Max to "Nothing of Interest" so the next person who checks it won't find anything. The script is: /w @{selected|character_name} has taken @{target|loot|bar2|max}. Add items to inventory now. !token-mod --ids @{target|loot|token_id} --set bar2_max|"Nothing of interest" Like I said, it worked perfectly when I tried it before the session. I even set my chat to "As Player" and clicked "Join as player" and it worked perfectly. However, when an actual player uses it, it tells them what they are looting but does not change Bar 2 Max to "Nothing of Interest". I'm certain it's because players don't have the same permissions as GM's but I have no idea what I could possibly change to fix it. Any help would be greatly appreciated.