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.