Hi guys, I tried to do a simple trigger to: When a unit casts a ability the minimap will flash for enemies where the unit casted the ability, I'll post the trigger....
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Atirar
-
-
Events
-
If (All conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Owner of (Triggering Unit)) Equal to Player 1 (Red)
-
(Current research level of abilidade for Player 1 (Red)) Equal to 1
-
-
Then - Actions
-
Do Nothing
-
-
Else - Actions
-
Cinematic - Ping minimap for (All alies of Player 6 (Orange)) at (Target points of the ability being cast) for 1.00 seconds, using Simple ping of color (100.00%, 0.00%, 0.00%)
-
-
-