Tutorial: Creating keyitem-triggered events
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...
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...
This script allows you to add or remove equip slots during the game using script calls. You can add or remove equip slots as many times as you want using simple script calls.
(UI not included) This script allows you to customize your actor’s equip slots. You can choose exactly which slots you want to have. Don’t need a hat? Need two accessories for a necklace and a ring? Customize...
This script allows you to assign game keys to any key on your keyboard. It also provides methods for handling input such as checking for input triggers or releases. This script was written by...