Party Manager
In RPG Maker, you have a “party”. A party consists of a group of actors, an inventory of items, weapons, armors, and gold, and potentially some other information related to this group. By default,...
In RPG Maker, you have a “party”. A party consists of a group of actors, an inventory of items, weapons, armors, and gold, and potentially some other information related to this group. By default,...
This plugin provides some extra move route comands that might be useful. Currently, it supports the following: * moving towards a specific event * moving away from a specific event If there is anything...
In RPG Maker, when you move your character around, they will face that direction while they are moving. For example, if you move up, they will face up. If you move left, they will face left....
In RPG Maker, the “event touch” trigger allows you to create events that will execute when they touch the player. “Touch” means when they try to move in a certain direction, but are unable to move...
This plugin allows you to restrict player movement temporarily using events. By default, they can move in all four, or eight, directions. By using certain plugin commands, you can “lock” certain directions if you didn’t...
This script allows you to assign a button that will fix the player’s direction when the button is pressed. This is useful if you wish to allow players to lock their direction while moving, for example...