• 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.

Stop showing message when unit is dead

Status
Not open for further replies.
Level 2
Joined
Aug 22, 2020
Messages
18
Hello fellow Hivers,

I don't know why this trigger is not working, as I don't see any reason why it shouldn't.

When one of the servants (=Tidal Guard) is killed, I want to display a message from a boss (Arineon). However, in a case the boss is killed faster then the servants, I want the message to not appear (as he is dead obviously).

Can someone give me advice?

  • Arineon Elemental Death 4
    • Events
      • Unit - Tidal Guard 0367 <gen> Dies
    • Conditions
      • (Owner of (Killing unit)) Equal to Player 1 (Red)
    • Actions
      • If ((|cffffcc00Arineon, the Tidal Lord (Elite)|r 0210 <gen> is dead) Equal to True) then do (Trigger - Turn off (This trigger)) else do (Do nothing)
      • Game - Display to Player Group - Player 1 (Red) the text: |cffffff00Arineon,...
      • Unit - Order |cffffcc00Arineon, the Tidal Lord (Elite)|r 0210 <gen> to Attack (Killing unit)
      • Wait 4.00 seconds
      • Trigger - Turn off (This trigger)
 
Status
Not open for further replies.
Top