llde / xOBSE

Oblivion Script extender source
251 stars 36 forks source link

MessageEx remains on-screen for less than a regular Message #157

Open MrTophatDev opened 2 years ago

MrTophatDev commented 2 years ago

In my testing, I found that a Message remains on-screen for 3 seconds, but MessageEx containing the same text remains on-screen for 2 seconds. This time is unaffected by the length of the message.

llde commented 2 years ago

You can specify the duration for how much the message will stay on screen a functionality provided in the internal routine by MenuQue for both Message and MessageEx. It's just the default that it's different 3 seconds for message and 2 for messageEx. I can change the default, but what's the gain?