scarycave Posted June 22, 2012 Share Posted June 22, 2012 Is it possible? :ohdear: I'm trying to create a status screen and if I just listed them all out on the same line it would look really ugly. It doesn't seem to use the same coding as books. Link to comment Share on other sites More sharing options...
WarRatsG Posted June 22, 2012 Share Posted June 22, 2012 (edited) 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 June 22, 2012 by WarRatsG Link to comment Share on other sites More sharing options...
scarycave Posted June 24, 2012 Author Share Posted June 24, 2012 I see. That sounds like the perfect solution. The only problem is I can never get the OBSE functions to work for me. They work when I play the game thankfully, but they won't let me use the commands when writing script. Link to comment Share on other sites More sharing options...
WarRatsG Posted June 24, 2012 Share Posted June 24, 2012 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 More sharing options...
scarycave Posted June 24, 2012 Author Share Posted June 24, 2012 Thank you so much. :DThe commands are working now. Link to comment Share on other sites More sharing options...
Recommended Posts