Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
You can change the message itself in Game-interface somewhere. But this will be same for all heroes then. (and no delay)
Or you can go in object editor to your hero. Search for something like "Display death message after death" and set this to 'False'.
So now there wont display any message if this hero dies.
Now you would need a trigger that manually shows a custom death message:
Unit dies
Wait 5 seconds
Display to all player: ((Name of Dying unit) + "has died... what a nap")
So if you want have a delay of 5 seconds you should use trigger methode, and this way you can make it more specific.
Edit:
You would need some conditions to filter dying unit.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.