[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.
Back
Top