I remember asking this question ages ago.. but can't remember did I get ant conclusion for this.
So. Now that we have zscript and all other fancy things. I have long had an idea where the hud has
a bar on the top. and when you pickup items or whenever the game needs to display multiple text entries.
Normal behavior is as we know that it shows up to 5 or so lines and leaves the rest in que to be displayed after the
previous messages fade.
Now what i would like to achieve, is that in that bar on top of my hud. messages would be centered and
It would show only one line of text at a time. I'd like to create kinda like a textbox thingy for my hud.
Is this so hard coded that there is no way to alter the message behavior?
Or could it be manipulated to work as I have tought? Via ACS or Zscript?
Yeah maybe one option could be using menudef and to automatically define all messages off.
and then make actors use hudmessage function to display the text and to set its position into
the huds top textbox.
Hopefully you got the point I was after.
Thank you already in advance.
