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...
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...
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...
In games like chrono cross, you can press a key to open a window with a list of key items currently in your inventory. In chrono cross, you can try arbitrary key items hoping...
This script allows you to assign multiple methods to a single window handler. All assigned methods will be executed when the handler is called.
This tutorial describes how you can create your own window handlers for any windows that you use for your scene. Some other environments call them “event listeners”. For more information you can read the...