• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Customzie death message?

Status
Not open for further replies.
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.
 
Last edited:
Status
Not open for further replies.
Top