I'm trying to make a thorough enemy healer, and I'm not entirely sure how to accomplish it. I think I've got how to make it so the healer will revive fellow enemies if they die (used a conditional branch, which then forces the healer enemy to use life on that particular enemy.)
However, now I'm trying to figure out how to make it so the healer will use a single target healing spell when one of its allies is reduced to a certain percentage of hp. I know you can set enemies to use skills when -they- are at a certain % of hp, but I'm not sure how to do it for when other enemies in their 'troop' are at a certain % of hp.
Secondly, I want to know how to make it so that the healer will use a spell to remove statuses on one of its allies if it is inflicted with a status ailment. The only way I can think is to put a conditional branch for each and every status ailment, but I'm wondering if there isn't something more simple?
Also, should I have the 'reviving skill' and the healing spell and the removing status spell in the 'enemy's' skill list, or only listed in the troops command/event list page?
Sorry if this is confusing, let me know if I can clarify.
However, now I'm trying to figure out how to make it so the healer will use a single target healing spell when one of its allies is reduced to a certain percentage of hp. I know you can set enemies to use skills when -they- are at a certain % of hp, but I'm not sure how to do it for when other enemies in their 'troop' are at a certain % of hp.
Secondly, I want to know how to make it so that the healer will use a spell to remove statuses on one of its allies if it is inflicted with a status ailment. The only way I can think is to put a conditional branch for each and every status ailment, but I'm wondering if there isn't something more simple?
Also, should I have the 'reviving skill' and the healing spell and the removing status spell in the 'enemy's' skill list, or only listed in the troops command/event list page?
Sorry if this is confusing, let me know if I can clarify.