Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Optimized Movement Route - OptimizedMovementRoute.js
Plugin desc : Optimize movement routes.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/500608978.html
File name : OptimizedMovementRoute.js
Help of plugin :
* @target MV MZ * @plugindesc Optimize movement routes. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/500608978.html * @help Ver.1.2.0 * Normally, only one movement route command is processed per frame, * but this will be changed to allow multiple processing per frame. * * [Script] * this.forceDir(direction); //Forces the direction to change regardless of whether the direction is fixed. * Down:2 Left:4 Right:6 Up:8 * * @param dirIsEx * @text Except for directional commands * @desc When using directional commands, there is a pause before moving to the next command. * @type boolean * @default true * * @param forceDir * @text Force Direction Change * @desc Standard movement commands always change direction, regardless of whether the direction is fixed. * @type boolean * @default false *