Hi, we're playing Pathfinder 1st Edition and our Sorcerer want to use the Magic Missile spell to attack different targets. I have try it that way: !scriptcard {{ --#title|TargettingLoop --=HowMany|5 --=TC|1 --:TargetLoop| --+|@{target|[$TC]|token_name} is [$TC]/[$HowMany]! --=TC|[$TC]+1 --?[$TC] -le [$HowMany]|TargetLoop --+|That's it --x| }} But I can only target the first one and the remaining four will be the same as the first one automatically. I can't figure out how to do it?