YEP Battle A.I. Core for Actors with Auto-Battle flag Extension
This an extension plugin for Yanfly's Battle A.I. Core scriptThis will give Actors with the Auto-Battle flag the same A.I. capabilities Yanfly's script gives to enemies.
Flag Actor requires:
http://i.imgur.com/9OlrXri.png
Bear in mind, the actor must have learned the skill specified on the AI Priority notes in order for it to be able to be used.
Script is plug and play. Place below YEP_BattleAICore.
Link to script.
Btw, if you want the AI Priority to be strictly followed, just comment out the following line:
Code:
if ((random > this.aiLevel()) && (i != this.actor().aiPattern.length - 1)) continue;
本贴来自国际rpgmaker官方论坛作者:masterlobo处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/yep-battle-a-i-core-for-actors-with-auto-battle-flag-extension.68148/
页:
[1]