CDS:ShowMessage
From Twin Rose Wiki
ShowMessage
An RPGScript function used to display information in a popup window to the user.
Usage
ShowMessage(<message to display>);
Examples
ShowMessage("Hello world!");
ShowMessage(RollTable("Random Races"));
| This page is a Stub, please expand it if you have any relevant details. |

