void MessageBox(string text)
Pops up a windows messagebox, as with Exit, but without exiting the engine. Primarily intended for debugging use, when you want a notification more immediate than with Log().
Note that vc-execution pauses while the system waits for the user to press the 'ok' button on the MessageBox that pops up.
MessageBox("Notification: Grue likes anuses"); MessageBox("Notification: vecna can't sit down painlessly right now...");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |