User Tools

Site Tools


global_event_scripts

This is an old revision of the document!


Global Event Scripts


The Global Event Scripts tab, located in your Game Configuration, allows you to attach scripts to certain in-game events. Whenever the event described occurs, the assigned script will be immediately triggered. Refer to the table below for descriptions of the events that are currently supported.

IconEvent NameDescription
Camera Direction ChangesTriggered when the camera is rotated to a new cardinal direction (e.g. from NORTH to WEST), either by the player or a camera script. The script assigned to this event can check the camera's new direction using the camera.direction variable.
Player Character Levels UpTriggered when either the main player character or a party member levels up. The script assigned to this event can reference the character that leveled up using the self built-in variable.
Player is DefeatedTriggered when the main player character has been defeated, for example from a hazardous tile or real-time enemy damage. If desired, characters can be revived using the Revive Character function.
Character's Health ChangesTriggered when the health of any character changes. The script assigned to this event can reference the character whose health changed using the self built-in variable. The amount by which their health changed will be stored in the $amount local variable.
Character Enters a TileTriggered when any character enters a tile. The script assigned to this event can reference the tile that was entered using the self built-in variable. The character that entered the tile can be referenced using the initiator built-in variable.
Character Stops on a TileTriggered when any character stops on a tile. The script assigned to this event can reference the tile that was stopped on using the self built-in variable. The character that stopped on the tile can be referenced using the initiator built-in variable.
Character Exits a TileTriggered when any character exits a tile. The script assigned to this event can reference the tile that was exited using the self built-in variable. The character that exited the tile can be referenced using the initiator built-in variable.
Tool Item ChangesTriggered when the player's active tool changes. The script assigned to this event can reference the ID of the newly active tool item using the $item_id local variable. This variable will be null if no tool is active.
global_event_scripts.1655448047.txt.gz · Last modified: 2022/06/16 23:40 by justin