So this is a bit of a weird question. I tried asking about this on DoomWorld about a month ago but never got a reply; perhaps this is more of a zdoom question since the answer will probably involve scripting of some kind (which is also why I've put it on this subforum -- mods, feel free to move this somewhere else if I'm wrong).
I had this idea a while back of a MAP11 homage in which the name of the map changes every time you open the automap (variations on "Circle of Death" and "'O' of Destruction; silly things like "Circle of Circle", "Destruction of Death", etc.). I've had no luck achieving anything like this so far with standard MAPINFO/LANGUAGE setups, nor with my limited knowledge of ACS; I fear zscript may be necessary, and those are still pretty uncharted waters for me. But it's also possible I've been completely overlooking some easy way of doing this that's been around since the early Boom days.
I guess my question has two parts:
1) Is it possible to change the map title (as displayed on the automap) in the middle of gameplay at all?
2) If so, is there a way to randomly draw from a list of strings a la the Quit Game message? (I have been unable to figure out how that's implemented so I'm assuming it's hardcoded, or at a minimum requires zscript?)