Message Box Functions

From ENIGMA
Jump to navigation Jump to search

This article is an overview of all message box related functions.

The following two functions are for showing Rich Text Formatted information files.

Warning: These asynchronous dialog functions require the asynchronous extension to be enabled under Build->Settings and the "extensions" tab. This was the decision because of how heavily they rely on other components of the engine, but also because of how poorly they are designed.
Note: You can also bypass the Asynchronous dialog event in ENIGMA by simply using the function thread_get_return since our version of asynchronous functions give you control over the threads.