Player Manager
This script allows you to manage multiple players. Each player has its own party, which allows you to separate actors into different groups and control them separately. Each players also has its own location, so if...
This script allows you to manage multiple players. Each player has its own party, which allows you to separate actors into different groups and control them separately. Each players also has its own location, so if...
This script allows you to create multiple, separate parties and manage each party easily using a user-friendly script call interface. By default, you start with one party. You can create additional parties throughout the...
This script provides some state-related animation effects. You can have custom animations play before a state is added, or before a state is removed. If you want to have state animations playing while the...
This script provides a way for scripters or script users to debug any issues related to SystemStackError. It prints out a log of the issue that should be useful to anyone that understands what...
This script stores the targets of an action with the action itself so that you can access the action’s targets if needed.
This script addresses the issue where the actor changes classes, but the old class skills are still learned and the new class skills are not automatically learned. Some convenience methods for class changing is also provided...