GM: show message
From GMpedia.org Wiki
|
show_message | |
| Type: | function |
| Arguments: | message text |
| Limitations: | none |
- The correct title of this article is show_message(). It appears incorrectly here because of technical restrictions.
The show_message() function in Game Maker shows a message box containing a text string and a button, or multiple buttons.
Example code:
show_message("Hello!");
will display a message box with the text "Hello!".
Other functions exist to change the style and appearance of the message box e.g. position, alpha and background are things that can be changed.

