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 Event Skip - PANDA_EventSkip.js

Plugin desc : skips running event by plugin commands.

License : MIT License

Author : panda(werepanda.jp)

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

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

File name : PANDA_EventSkip.js

Help of plugin :

* @target MZ
 * @plugindesc skips running event by plugin commands.
 * @author panda(werepanda.jp)
 * @url http://www.werepanda.jp/blog/20201102210818.html
 * 
 * @help [How to Use]
 * Add Plugin Commands to skip running event.
 * 
 * # Skip Running Event
 * Call from parallel processing
 * to skip the currently running event to the specified label position.
 * If the label is not specified, it will be skipped to the end of the event.
 * If the message is being displayed, the message window is closed immediately.
 * Parallel processing events are not skipped.
 * 
 * [License]
 * this plugin is released under MIT license.
 * https://opensource.org/licenses/mit-license.php
 * 
 * @command EventSkip
 * @text Skip Running Event
 * @desc Skips the currently running event to the specified label position.
 * 
 * @arg labelName
 * @text Label Name
 * @desc Specify the label name of the skip destination. If blank, it will be skipped to the end of the event.
 * @type string
 * @default 
 *

スポンサードリンク

-MZ plugins

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