じ☆ve冰风 发表于 2026-7-7 16:20:47

AP - Enemy Action Control

Enemy Action Control

This plugin allows for greater control over the actions that enemies take during battle. By default we are limited to one condition per skill and the conditions given in the Maker do not include crucial things like checking if any enemy is afflicted by a state or not.

To use this plugin you'll open the Action List in an enemy's notebox by using
                JavaScript:        
<Action List>

and adding all of the possible actions and conditions in the format

                Code:        
CONDITION, Skill x, TARGET


eventually closing the list with

                JavaScript:        
</Action List>



For more documentation on how to use the conditions properly please refer to the help file. There are examples listed in there.
More information on Usage and a Download link can be found on my blog here.


本贴来自国际rpgmaker官方论坛作者:Alistair处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/ap-enemy-action-control.126439/
页: [1]
查看完整版本: AP - Enemy Action Control