Scripting Functions
From Wiki | RPG in a Box
The page lists all of the functions that are currently available in the RPG in a Box scripting language.
Function | Description | Example |
---|---|---|
Display Message | Displays a message box with the specified message. This can be called multiple times in a row to queue up a series of messages. | display_message("Hello world!") |