- Joined
- Nov 13, 2010
- Messages
- 277
trying to make a trigger so a text show when you kill the other teams hero
-
Untitled Trigger 001
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Owner of (Killing unit)) controller) Equal to (==) User
-
((Killing unit) is A Hero) Equal to (==) True
-
((Owner of (Killing unit)) slot status) Equal to (==) Is playing
-
((Owner of (Dying unit)) controller) Equal to (==) User
-
((Dying unit) is A Hero) Equal to (==) True
-
((Owner of (Dying unit)) slot status) Equal to (==) Is playing
-
-
Then - Actions
-
Game - Display to (All players) the text: ((Name of (Owner of (Killing unit))) + ( Has Slain + (Name of (Owner of (Dying unit)))))
-
-
Else - Actions
-
-
-