The main campaign game interface is accessed through this object.Ĭentral campaign object providing functionality specifically related to the user interface. The main script objects related to campaign are listed below:Ĭentral object that provides functionality shared across both campaign and battle, such as ui querying and event listeners.Ĭentral interface object for campaign scripts. Other script objects exist in addition to the campaign manager, documentation for which can be found in the Script Pages list in the navigation bar on the left-hand side of this page. The main script object through which campaign calls are made is the campaign_manager.Ī campaign_manager object is created automatically when the script libraries are loaded in, but a name for the campaign must be set at an early stage with campaign_manager:set_campaign_name. The campaign script libraries are built on top of the raw interface provided by campaign to script and offer extensive support and extended functionality for campaign scripting.