• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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