YEP.77 – Dash Toggle

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

RPG Maker MV lacks the ability to toggle dashing on and off. This plugin will enable you to toggle dashing on and off as well as provide certain traits that will inhibit the party leader from being able to dash (such as an extra heavy weapon).


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

RPG Maker MV lacks the ability to toggle dashing on and off. This plugin will enable you to toggle dashing on and off as well as provide certain traits that will inhibit the party leader from being able to dash (such as an extra heavy weapon).


Notetags


You can use these notetags to add a disabled dashing trait. If the leading party member has a trait that disables dashing, then the player cannot dash while that actor is in the lead.

Actor, Class, Weapon, Armor, and State Notetag:

<Disable Dashing>
If the leading party member has a trait with this notetag, then the player cannot dash while that actor is in the lead.


Plugin Commands


You can use these plugin commands to enable or disable dashing mid-game!

Plugin Command

EnableDashing
– Enables the player to be able to dash. However, this will not take priority in maps that disable dashing altogether.

DisableDashing
– Disables the player from being able to dash.

ToggleDashing
– This will enable/disable dashing. This will not take priority in maps that disable dashing altogether.


Happy RPG Making!