irswat Posted March 8, 2014 Share Posted March 8, 2014 so this may seem stupid but is there a way to directly print a message to screen?e.g. instead of creating a Message form with the message with the accompanying code ShowMessage HelloWorld, is it possible to just write a script like ShowMessage "Hello World"? Link to comment Share on other sites More sharing options...
jazzisparis Posted March 9, 2014 Share Posted March 9, 2014 You can use MessageEx to display a regular message at the top-left corner of the screen, or MessageBoxEx to display a message box. Both commands are NVSE and are very powerful and versatile. A comprehensive documentation can be found on this page. Link to comment Share on other sites More sharing options...
irswat Posted March 9, 2014 Author Share Posted March 9, 2014 ty JIP. Very helpful as always! Link to comment Share on other sites More sharing options...
Recommended Posts