

Then every event in this file has an ID that starts with action followed by a period then a unique number as shown here for the actions.8 event:Īnywhere in the game that needs to call this event will use the ID property.Īn event file can have any number of namespace.Įvent ID can't have letters, or it will be recognized as "namespace.0". If you open the on_action_events.txt file near the top of the file you will find namespace = action. The namespace is used as the basis for identifying all events in the file. The top of every event file must contain a namespace line. Basic Behavior Edit Namespace and Event ID Edit
