Difference between revisions of "MessageBoxEx"
Jump to navigation
Jump to search
m
no edit summary
imported>Hemingway (Created page with "{{Function |origin = NVSE |summary = Similar to ShowMessage but accepts a string directly rather than via a message form. Variables can be passed using String Formatti...") |
imported>ZuTheSkunk m |
||
Line 13: | Line 13: | ||
==Example== | ==Example== | ||
<pre> | <pre> | ||
MessageBoxEx "This message will in a box on screen, until the player clicks 'OK'" | MessageBoxEx "This message will show in a box on the screen, until the player clicks 'OK'" | ||
</pre> | </pre> | ||