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

Turning off Trigger using other trigger

Status
Not open for further replies.
Level 2
Joined
Mar 14, 2021
Messages
16
HI guys. How do I turn off a trigger using another trigger? For example, I have a trigger sending waves of units to attack a base. However once the wave destroys the townhall - I want the waves to stop. How do I do this?
 
Level 13
Joined
Feb 5, 2018
Messages
567
  • Stop Waves
    • Events
      • Unit - Town Hall 0000 <gen> Dies
    • Conditions
    • Actions
      • Trigger - Turn off Wave <gen>
      • Trigger - Turn off Wave 2 <gen>
Like this.
 
Level 2
Joined
Mar 14, 2021
Messages
16
Yes for some reason that doesn't work ^^

I'm guessing ''wave'' and ''wave 2'' are two separate triggers you have set up? I don't know why it's not working for me
 
Level 2
Joined
Mar 14, 2021
Messages
16
Yes for some reason that doesn't work ^^

I'm guessing ''wave'' and ''wave 2'' are two separate triggers you have set up? I don't know why it's not working for me
1615749529862.png
1615749529862.png
 
Level 13
Joined
Feb 5, 2018
Messages
567
Why is your condition "Player 1 equal to player 1?" :D

Might want to change that to "Owner of triggering unit equal to player 1" and see if it works.

Never really had any issues with trigger turning off triggers.
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
If a unit enters "warden 1" then First Ant Attack will be turned off, end of story. You must be overlooking something.

Possible issues:
  • Your region is too small or in the wrong spot.
  • A unit never enters warden 1.
  • You're turning First Ant Attack back on in another trigger.
 
Status
Not open for further replies.
Top