An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

PANDA Vehicle Common - PANDA_VehicleCommon.js

Plugin desc : Execute a common event when getting on/off the vehicles.

License : MIT License

Author : panda(werepanda.jp)

Website : https://www.werepanda.jp/

Desc page : http://www.werepanda.jp/blog/20240324161555.html

File name : PANDA_VehicleCommon.js

Help of plugin :

* @target MV MZ
 * @plugindesc Execute a common event when getting on/off the vehicles.
 * @author panda(werepanda.jp)
 * @url http://www.werepanda.jp/blog/20240324161555.html
 * 
 * @help Execute the specified common event at the following timings for each vehicle.
 * - When starting to board
 * - When boarding is completed
 * - When starting to disembark
 * - When disembarkation is completed
 * - When can't get off the vehicle
 * 
 * [License]
 * this plugin is released under MIT license.
 * https://opensource.org/licenses/mit-license.php
 * 
 * [Reference]
 * VehicleCommon.js by Yana
 *
 * @param GetOnBoatCommonID
 * @text Starting to get on a boat Common Event
 * @desc Specify the common event ID to be executed when starting to get on a boat.
 * @type common_event
 * @default 0
 *
 * @param GetOnShipCommonID
 * @text Starting to get on a ship Common Event
 * @desc Specify the common event ID to be executed when starting to get on a ship.
 * @type common_event
 * @default 0
 *
 * @param GetOnAirshipCommonID
 * @text Starting to get on an airship Common Event
 * @desc Specify the common event ID to be executed when starting to get on an airship.
 * @type common_event
 * @default 0
 *
 * @param GotOnBoatCommonID
 * @text Completed to get on a boat Common Event
 * @desc Specify the common event ID to be executed when completed to get on a boat.
 * @type common_event
 * @default 0
 *
 * @param GotOnShipCommonID
 * @text Completed to get on a ship Common Event
 * @desc Specify the common event ID to be executed when completed to get on a ship.
 * @type common_event
 * @default 0
 *
 * @param GotOnAirshipCommonID
 * @text Completed to get on an airship Common Event
 * @desc Specify the common event ID to be executed when completed to get on an airship.
 * @type common_event
 * @default 0
 *
 * @param GetOffBoatCommonID
 * @text Starting to get off a boat Common Event
 * @desc Specify the common event ID to be executed when starting to get off a boat.
 * @type common_event
 * @default 0
 *
 * @param GetOffShipCommonID
 * @text Starting to get off a ship Common Event
 * @desc Specify the common event ID to be executed when starting to get off a ship.
 * @type common_event
 * @default 0
 *
 * @param GetOffAirshipCommonID
 * @text Starting to get off an airship Common Event
 * @desc Specify the common event ID to be executed when starting to get off an airship.
 * @type common_event
 * @default 0
 *
 * @param GotOffBoatCommonID
 * @text Completed to get off a boat Common Event
 * @desc Specify the common event ID to be executed when completed to get off a boat.
 * @type common_event
 * @default 0
 *
 * @param GotOffShipCommonID
 * @text Completed to get off a ship Common Event
 * @desc Specify the common event ID to be executed when completed to get off a ship.
 * @type common_event
 * @default 0
 *
 * @param GotOffAirshipCommonID
 * @text Completed to get off an airship Common Event
 * @desc Specify the common event ID to be executed when completed to get off an airship.
 * @type common_event
 * @default 0
 *
 * @param LandNGBoatCommonID
 * @text Can't get off a boat Common Event
 * @desc Specify the common event ID to be executed when getting off a boat is not possible.
 * @type common_event
 * @default 0
 *
 * @param LandNGShipCommonID
 * @text Can't get off a ship Common Event
 * @desc Specify the common event ID to be executed when getting off a ship is not possible.
 * @type common_event
 * @default 0
 *
 * @param LandNGAirshipCommonID
 * @text Can't get off an airship Common Event
 * @desc Specify the common event ID to be executed when getting off an airship is not possible.
 * @type common_event
 * @default 0
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.