| 07-27-2003, 05:34 AM | #1 |
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 |
I think you just make the targets allowed to 'Dead'. :bgrun: |
| 07-27-2003, 09:35 AM | #3 |
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 |
