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.
PANDA Ex Airship Land - PANDA_ExAirshipLand.js
Plugin desc : Enables to get off the airship even if it overlaps with dummy events.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20240404003801.html
File name : PANDA_ExAirshipLand.js
Help of plugin :
* @target MV MZ * @plugindesc Enables to get off the airship even if it overlaps with dummy events. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20240404003801.html * @orderBefore PANDA_VehicleCommon * * @help By RPG Maker default, players can not get off the airship * at a position that overlaps with an event. * This plugin makes it possible to get off the airship even in a position * that overlaps with an event that meets any of the following. * - Through is ON * - Priority is "Below characters" and Contents is empty * * When using this plugin together with "PANDA_VehicleCommon.js", * which execute a common event when boarding/disembarking from vehicle etc. * please place this plugin before "PANDA_VehicleCommon.js". * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php *