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

Is something wrong with this trigger

Status
Not open for further replies.
Level 27
Joined
Dec 3, 2018
Messages
896
I made this trigger, but it doesn't work. The triggering unit has the attacking unit ability and is moving and the zeppelin is near the unit.
Error1.png
Error2.png
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Don't use "Do nothing", it's unnecessary. Also, you don't need the AND in your conditions. By default the conditions need to ALL be true in order for the Actions to run. On top of that, you probably want to use an OR as well, and check if the order is "smart" or "move". Smart = right click, Move = pressing the Move ability or using it's hotkey (M).

If after that it still fails, try displaying text messages throughout the trigger to find where it goes wrong. For instance, you can Pick every unit in TransportingOGroup and display the name of the picked unit or create a special effect at it's position, this will tell you that the Unit Group is actually picking the Zeppelins properly.

Try doing something like that throughout the trigger and it will help narrow down the issue.
 
Last edited:
Status
Not open for further replies.
Top