
I have a macro for the mirror image spell, that adds an icon and a number to that icon to represent number of images created. And then I can click another button to subtract 1 from that number. It works fine for one character, but not for another, even though they use the exact same macro. I get the error below. I have two global macros: one to add images, called MI-Add-Images: !token-mod --set statusmarkers|!half-haze:[[floor(@{selected|level}/3) +1d4, 8d1}kl1 ]] one to subtract 1, called MI-Remove-Image: !token-mod --set statusmarkers|half-haze:-1 The description in the spell is as follows: [Add Images](~MI-Add-Images) [Remove an image](~MI-Remove-Image) Any ideas? Could the different characters somehow have different permissions to access global macros or something?