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.
Enemy Special Action Switch - EnemySpecialActionSwitch.js
Plugin desc : Switches to let enemy characters do a specific action
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/EnemySpecialActionSwitch.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/EnemySpecialActionSwitch.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/EnemySpecialActionSwitch.js
File name : EnemySpecialActionSwitch.js
Help of plugin :
* @target MZ * @plugindesc Switches to let enemy characters do a specific action * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/EnemySpecialActionSwitch.js * * @help EnemySpecialActionSwitch.js * * This plugin implements switches to let enemy characters do a specific action. * They are updated each time before an action (regardless of an enemy or an ally). * * It does not provide plugin commands. * * @param switchList * @text List of switches * @desc List of switches corresponding conditions. * @default [] * @type struct<ConditionSwitch>[] *