Category: Dev tools

Choice-Move Handlers 5

Choice-Move Handlers

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...

Global Event Tracker 2

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...

Custom Start Locations 5

Custom Start Locations

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...

Feature Conditions 20

Feature Conditions

This script allows you to add “feature conditions” to any objects that hold features. These conditions are used to control whether the features from an object are applied to your actor or not. For example, suppose...