Hey Hive
So I have been trying to make a trigger that shows a message to all players whenever a hero owned by a player is killed (Dota style map)
But no message pops up when supposed to.
My triggers so far:
So any idea why the trigger doesn't show any message?
So I have been trying to make a trigger that shows a message to all players whenever a hero owned by a player is killed (Dota style map)
But no message pops up when supposed to.
My triggers so far:
-
Map initialization
-
Set PlayerName[1] = ((|c00FF0000 + (Name of Player 1 (Red))) + |r
-
....
-
Set PlayerName[12] = ......
-
Unit - A Unit Dies
-
((Dying Unit) is a Hero) equal to True
-
(Custom Value of (Dying Unit)) equal to 1
-
Game - Display to All Players the text: ((PlayerName[(Player Number of owner of Killing Unit)))] + has just slain ) + PlayerName[(Player number of (Owner of (Dying Unit)))])
So any idea why the trigger doesn't show any message?