Scripting Functions

From Wiki | RPG in a Box
Revision as of 13:24, 15 February 2016 by Justin (Talk | contribs)

Jump to: navigation, search

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!")