• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Too many Units create

Status
Not open for further replies.
Level 6
Joined
Jan 3, 2015
Messages
56
hi i try create a ambush buit when I try to trigger Create this trigger not create 1 unit but 7

127157-962152117da6955c87fd0bc2a82ae65c.png
 
Your Trigger has no Event therefore i Guess he is executed by some other Trigger.
Do you check in the Trigger calling this one, if the ambush Trigger is on?

Edit: if you use the condition used execution of trigger; you could simply add "Is This trigger on" inside Conditions. That would prevent executing it by calls checking the conditions without putting each call in an If-Else.
  • Conditions
    • ((This trigger) is on) Equal True
 
Last edited:
Status
Not open for further replies.
Top