Event Handler Script
From X-Wiki
An Event Handler Script is an AL script that defines the procedures for handling AL Events. Event handlers are are the primary means of interfacing the Artificial Life Engine and the AL plugin; when an AL plugin is registered (i.e., through a Registration Script), the name of the Event Handler Script is provided and indexed. Event handlers are defined for a variety of event types, and all types must be handled by the Event Handler Script.

