
TL;DR: I want to use TokenMod to toggle the interdiction status of a token to turn on/off an attached PageFX, but PageFX is ignoring the change and only works if the status is changed manually. Okay, so this is my third thread on this task in the last couple days, but it's always asking about slightly different aspects and I want answers to be easily tracked down by other users, please forgive my clutter. The Goal: The players are going to be interacting with an NPC who is in a room with a powerful sphere of energy that exhibits very strange behavior --and suggests a bit of sentience. I'm using PageFX to represent the sphere. Sphere animation (Normal) : <a href="https://gfycat.com/AncientScholarlyCoyote" rel="nofollow">https://gfycat.com/AncientScholarlyCoyote</a> Sometimes, something gets said in the room and suddenly the sphere seems to get mad . In those cases, the appearance will change to this: Sphere animation (Mad): <a href="https://gfycat.com/PastelColossalCopperbutterfly" rel="nofollow">https://gfycat.com/PastelColossalCopperbutterfly</a> Now, at first, I was going to use TokenMod to change the token's GM info, and thereby change which effect the token was displaying, but GM Info is the one major parameter of the token that TokenMod can't affect. So, as a backup, I built two tokens, one with each effect, with the plan of stacking them on top of each other and then writing a macro that switches the interdiction status as true on one of the tokens, and false on the other, thus making a seamless change. The Problem: When you do this, PageFX does not recognize the change. The status marker appears or disappears on each of the tokens, but their effect state doesn't change. So, what I'm looking for is either confirmation that this is a bug, or an alternative execution I can use to pull this effect off. Demonstration of bug: <a href="https://gfycat.com/HealthyElementaryBasenji" rel="nofollow">https://gfycat.com/HealthyElementaryBasenji</a> Thank you for your continued tolerance of my bumbling through the dark recesses of API scripting.