Global Event Tracker
This script uniquely tracks events throughout the game. It introduces the concept of an Event Unique Identifier, or simply an event’s uid. The uid is composed of two pieces of information -the event’s ID...
This script uniquely tracks events throughout the game. It introduces the concept of an Event Unique Identifier, or simply an event’s uid. The uid is composed of two pieces of information -the event’s ID...
This script provides several utility functions for working with party levels. You can get information such as Leader level Max level Min level Median level Mode level Mean level
This script allows you to manage multiple start locations, giving each a unique name that you can use in your scripts or script calls. You can create as many start locations as you want...