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 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 *