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.
Common Event Before Cast - CommonEventBeforeCast.js
Plugin desc : Run a common event just before skill/item cast time
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/CommonEventBeforeCast.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/CommonEventBeforeCast.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/CommonEventBeforeCast.js
File name : CommonEventBeforeCast.js
Help of plugin :
* @target MZ * @plugindesc Run a common event just before skill/item cast time * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/CommonEventBeforeCast.js * @orderBefore AltSkillByTarget * * @help CommonEventBeforeCast.js * * This plugin calls given common event just before the beginning * of cast time of a skill or an item which is used in battle. * If there is <ceBeforeCast:X> (where X is the common event number) * at the memo of a skill or an item, given common event will be called * when such skill or item is used in battle. * Ignored if out of battle. * * It does not provide plugin commands. * * License: The Unlicense * https://github.com/MihailJP/mihamzplugin/blob/master/LICENSE.txt * * Changelog * 24 Sept 2020: First edition.