Character Sprite Opacity
This script allows you to control a character’s opacity settings on the map. You can increase or decrease the opacity, turning the character fully opaque (value of 255), or completely transparent (value of 0). You...
This script allows you to control a character’s opacity settings on the map. You can increase or decrease the opacity, turning the character fully opaque (value of 255), or completely transparent (value of 0). You...
By default, the game only allows you to move in the four orthogonal directions: up, left, down, right. This script provides support for eight-directional movement in your game, adding support for diagonal movement. To move diagonally,...
An update has been made to Followers Move Routes that allows you to enable or disable leader chasing. By default, a follower will always chase after the person it’s following. For example, if your party...
This script allows you to set move routes for your followers using events. The intention was to make it easier for your to create your cut-scenes, designating a move route for a particular follower...
This script allows you to execute touch trigger events while a move route is being processed. By default, events are not executed even if the move route forces the character to come into contact...
This script allows you to have characters on your map start flashing. You can choose how long the flash should be and the color of the flash, as well as the number of times...