Hey guys,
I have a problem and I don't understand the way the trigger is working.
So i have 3 ability for example. All of them are created out of the same Warcraft 3 ability "Channel".
Normally if i cast one ability it should show me just one message. But it shows me all of them when i cast Ausbauten for example.

I have a problem and I don't understand the way the trigger is working.
So i have 3 ability for example. All of them are created out of the same Warcraft 3 ability "Channel".
Normally if i cast one ability it should show me just one message. But it shows me all of them when i cast Ausbauten for example.
-
Ausbau Kopieren
-
Ereignisse
-
Einheit - A unit Startet den Effekt einer Fähigkeit
-
-
Bedingungen
-
Aktionen
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Bedingungen
-
(Ability being cast) Gleich Ausbauten
-
-
'THEN'-Aktionen
-
Spiel - Display to (All players) the text: Ausbauten gecastet
-
-
'ELSE'-Aktionen
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Bedingungen
-
(Ability being cast) Gleich Truppen rekrutieren
-
-
'THEN'-Aktionen
-
Spiel - Display to (All players) the text: Rekrutieren
-
-
'ELSE'-Aktionen
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Bedingungen
-
(Ability being cast) Gleich Zurück
-
-
'THEN'-Aktionen
-
Spiel - Display to (All players) the text: BAck
-
-
'ELSE'-Aktionen
-
-
-
-
-
-
-