I have this area of effect ability that replaces the normal attack ability.
My problem is, that when I have multiple units selected and orders them to cast the ability, only one of them will do so. This has never been a problem before, but now it is.
I know that I could do it with triggers and add units to a group when selected, remove them when they're deselected and when the player casts the ability, order all units to do so, but I don't like that. I don't trust that method.
Does anybody know a simpler, faster solution? |