
Hey, looking to give my map's more environmental flare / hazards i currently have 4 tokens hidden in GM layer all called same name = "TowerFire" i am clicking each token use a token macro to run /fx explode-fire @{selected|token_id}
which currently works as intended ---------------------------------------------------- but i would like to progress from this in either 2 ways, i know the below code is not at all syntax okay but trying to explain my self as much as possible. 1) a macro that doesn't need to select the actual "TowerFire" token but will still do the effect when i press the macro /fx explode-fire @{"TowerFire"} --------------------------------------- 2) similar macro as above but works one multiple targets at the same time /fx explode-fire @{"TowerFire1"} @{"TowerFire2"}@{"TowerFire3"}@{"TowerFire4"}