Vehicle BGM Fix
This script fixes vehicle BGM related bugs: While the map BGM is playing, when you get on a vehicle, transfer maps, and get off, the BGM played is the BGM that was playing when...
This script fixes vehicle BGM related bugs: While the map BGM is playing, when you get on a vehicle, transfer maps, and get off, the BGM played is the BGM that was playing when...
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...
This script changes the common event system to allow you to reserve multiple common events. They are stored in a queue, and are retrieved in a first-in first-out order.
This script provides a custom event (as in, event-driven programming) or choice windows called an “on cursor move” event. This event is triggered whenever the choice window cursor changes to a different option. You can...