HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

selecting corpses

07-27-2003, 05:34 AM#1
goku-ssj
i need an action that will select corpses at the target of my spell (far sight). does anyone know how this can be acomplished?
07-27-2003, 05:38 AM#2
Drider
I think you just make the targets allowed to 'Dead'. :bgrun:
07-27-2003, 09:35 AM#3
Arche
Pick all units in (spell range) (or something) matching condition: Unit is dead.

If you wan't to pick only the decaying units, make another trigger:

Unit - Unit decays

Unit group: Add (decaying unit) to DecayingUnits

And then pick all units in (spell range) matching condition: Unit is in unit group: DecayingUnits.

That should work