Jump to content

<br> in message boxes?


scarycave

Recommended Posts

With OBSE, you can use the MessageBoxEX command, which allows more format specifiers, and the %r format specifier, which is a carriage return.

 

MessageBoxEX "Hello %rWorld %rMy name is %rWarRatsG"

 

Would look like

 

Hello
World
My name is
WarRatsG

 

With MessageBoxEX, to place buttons you must put a | into the script. So:

 

MessageBoxEX "What do you want? |Choice 1 |Choice2"

 

Looks like

 

What do you want?
    |Choice1|
    |Choice2|

Edited by WarRatsG
Link to comment
Share on other sites

To enable OBSE in the CS, you have to create a shortcut that opens the CS through the OBSE loader, kind of like how Oblivion is opened through the OBSE loader.

 

I use a Steam copy of Oblivion, so my shortcut looks like:

"C:\Program Files (x86)\Steam\steamapps\common\oblivion\obse_loader.exe" -editor

 

You will need to change the part in quote marks (but keep the quote marks, don't delete them) to wherever the OBSE loader is.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...