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.
AWY Transfer Ex - AWY_TransferEx.js
Plugin desc : Extends the player transfer event.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/510685793.html
File name : AWY_TransferEx.js
Help of plugin :
* @target MZ * @plugindesc Extends the player transfer event. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/510685793.html * @help Ver.1.0.0 * [Comment] * Place a comment on the first line of the event contents and enter it in the following format: * <transferEx> //The location of the transfer changes depending on the event and the player's location. * <transferEx:exWidth,exHeight> //Extend the collision. The transfer location will change. * <transferEx:exWidth,exHeight,false> //Extends the collision, but leaves the transfer location unchanged. * * exWidth: An integer greater than or equal to 0 that extends the collision to the right. * exHeight: An integer greater than or equal to 0 that extends the collision downwards. * * [How to Use] * By placing the above comment in the event, only one transfer event is required. * The location of the event command [Transfer Player] can be changed depending on the player's position. * * @param shiftDirection * @text Shift Direction * @desc Behavior when using <transferEx:exWidth,exHeight>. * @type select * @option Extended Direction Only * @value 0 * @option Both * @value 1 * @default 0 *