I'm using Vexorian's Caster system to make collision missiles. I'm trying to make a ground targeted aoe spell that can enhance slow-moving missiles. The problem is that the missiles are not detected by GroupEnumUnitsInRange. Am I doing something wrong or is this a problem that can be worked around?
I'm sure it's not the best method, but I just add the missiles to a unit group as they are made, then when I enhance them, I cycle through all the units in the unit group and see if any of them are in range.