Somehow TokenCondition never hit my radar and today I am trying to make some effects for my spellbook. I created a custom FX called "Booming_Blade" { "angle": 0, "angleRandom": 180, "duration": 5, "emissionRate": 1000, "endColour": [125, 125, 255, 0], "endColourRandom": [0, 0, 0, 0], "lifeSpan": 30, "lifeSpanRandom": 0, "maxParticles": 500, "size": 15, "sizeRandom": 0, "speed": 7, "speedRandom": 0, "startColour": [90, 90, 175, 1], "startColourRandom": [0, 0, 0, 0.25] } i want to trigger on the selected NPC token. Then for it to place a token of animated thunder on that NPC, reminding me that if it moves, it will take the additional damage. I have an animated lightning storm that is named "Condition: Spell Booming Blade" I've tried a few variations such as: /fx Booming_Blade @{selected|token_id} !token-mod --new-token --name "Condition: Spell Booming Blade" --set left|left@{selected|token_id} top|top@{selected|token_id} but nothing seems to place the token. What am I missing? I also tried things like: /fx Booming_Blade @{selected|token_id} !set-attr-on-selected --new-token --name "Condition: Spell Booming Blade" left|--offset left@{selected|token_id} top|--offset top@{selected|token_id}