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!
Hi. I am traying to make a building ( a flag ) to claim an area that only the owner of the flag can build in and i dont know what i am doing wrong. Anyone can help me find the solution ?
Thank you that made my life easier when posting triggers ^^ read up those guides and they were useful. Saddly i still dont know how to solve my trigger :c
Atm it looks like :
FLAG 1
Events
Unit - A unit Begins construction
Conditions
(Unit-type of (Constructing structure)) Equal to FLAG
Actions
Set Flag_Unit = (Constructing structure)
Set Flag_Position = (Position of (Constructing structure))
Unit Group - Pick every unit in (Units in (Region centered at Flag_Position with size (1000.00, 1000.00)) owned by (Picked player)) and do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Entering unit)) Not equal to (Owner of Flag_Unit)
Then - Actions
Unit - Cause Flag_Unit to damage (Entering unit), dealing 10000.00 damage of attack type Spells and damage type Normal
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.