This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:showgamemessage [2022/05/18 13:11] – Clarified callback function location Karsten75 | 4rpl:commands:showgamemessage [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 32: | Line 32: | ||
If a message is already showing, then calling this function will do nothing. If you want to replace the message, you must first call [[CloseGameMessage]] if there is already a message showing. | If a message is already showing, then calling this function will do nothing. If you want to replace the message, you must first call [[CloseGameMessage]] if there is already a message showing. | ||
| | ||
- | **Note:** You can use "\\n" to create a line break in the button text. | + | **Note:** You can use " |
===== Examples ===== | ===== Examples ===== |