• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] unitA killed by lightning shield on unitB - whos the killer?

Status
Not open for further replies.
Level 9
Joined
Jan 14, 2008
Messages
366
unitA is killed by

unitB that has "lightning shield" on it

unitC previously cast "lightning shield" on unitB.

killing unit = unitB ? or killing unit = unitC ?

thank you very much
 
Level 18
Joined
Aug 23, 2008
Messages
2,319
Test it. Make trigger like this:

  • Events
    • Unit - A unit dies
  • Conditions
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • (Killing Unit) = UnitB
      • Then - Actions
        • Game - Show Text message UnitB did it!
      • Else - Actions
        • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Killing Unit) = UnitC
          • Then - Actions
            • Game - Show text message UnitC did it!
          • Else - Actions
 
Status
Not open for further replies.
Top