Welcome to PGMV! 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.
TM Move Route Ex - TMMoveRouteEx.js
Plugin desc : Adds a new autonomous movement pattern to the event.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMMoveRouteEx.js
File name : TMMoveRouteEx.js
Help of plugin :
@plugindesc Adds a new autonomous movement pattern to the event. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- How to Use: Set the event's autonomous movement type to custom and run the following script on the movement route. Check "Repeat Action" to complete the setup. This can also be used with the "Movement Route" Event's Contents. this.moveTowardEvent(10); Approaching event #10 this.moveAwayFromEvent(5); Moving away from event #5 this.moveLeft45(); Move diagonally forward and left from the current direction this.moveRight45(); Move diagonally forward and right from the current direction this.moveLeft135(); Move diagonally backward and left from the current direction this.moveRight135(); Move diagonally backward and right from the current direction this.moveRouteEx1(); Continue moving with your right hand on the wall. Setting this.moveRouteEx1(true); Limits the movement range to the same region. this.moveRouteEx2(); Place your left hand on the wall and continue moving. If you set this.moveRouteEx2(true); The movement range will be limited to the same region. There is no plugin command.