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!
I have never played Diablo, only Diablo II and III so I am not sure what you are after.
You could try different text areas to see if one of them is the middle, otherwise just write your own console system using Dialog elements to hold the text.
Dialog - Create a Modal dialog of size (500, 400) at (0, 0) relative to Center of screen
Dialog - Hide the background image of (Last created dialog)
Dialog - Create a label for dialog (Last created dialog) with the dimensions (200, 50) anchored to Top Left with an offset of (50, 50) with the text "<Name of region 1>" color set to White text writeout set to False with a writeout duration of 2.0
Variable - Set Region 1 text = (Last created dialog item)
Dialog - Hide (Last created dialog item) for (All players)
In "Show region name":
Show region name
Events
Unit - Any Unit Enters Region 001
Local Variables
Conditions
Actions
Dialog - Show Region 1 text for (All players)
General - Wait 2.0 Game Time seconds
Dialog - Hide Region 1 text for (All players)
I do not exactly know how to make the text fade out, if that is what you want, I could try to find out how to do it.
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.