I create this trigger.
How can i make a exeption for this?
if hero is sleeping you can hit him. Same with units of player.
-
Not Agression Ally
-
Events
- Unit - A unit Is attacked
-
Conditions
- (Owner of (Triggering unit)) Not equal to Neutral Passive
- ((Triggering unit) belongs to an ally of (Owner of (Attacking unit))) Equal to True
- (Percentage life of (Triggering unit)) Greater than 30.00
-
Actions
- Unit - Order (Attacking unit) to Stop
-
Events
How can i make a exeption for this?
if hero is sleeping you can hit him. Same with units of player.