Ok, this is my trigger:
Not happening to player 1 or 2.. As far as i know it happends to player 3.. Tried with full game of computers. Pliz tell me how 2 fix this
-
Anti base camping1
-
Events
-
Unit - A unit enters Base 1 <gen>
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Hunter
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Owner of (Entering unit)) is in team2) Equal to True
-
-
Then - Actions
-
Unit - Move (Triggering unit) instantly to (Center of Base 2 <gen>)
-
Game - Display to (All players) the text: (((|c00FF0000 + (Name of (Owner of (Triggering unit)))) + |r) + trying to camp. His/her hero was teleported back to base and paused for 10 sec.)
-
Unit - Make (Entering unit) Invulnerable
-
Unit - Pause (Entering unit)
-
Wait 10.00 seconds
-
Unit - Unpause (Entering unit)
-
Unit - Make (Entering unit) Vulnerable
-
-
Else - Actions
-
Do nothing
-
-
-
-
Not happening to player 1 or 2.. As far as i know it happends to player 3.. Tried with full game of computers. Pliz tell me how 2 fix this
