Hello,
I have an ability comparable to scan/libra in my game and I'm using VCM EnemyInfo plugin to do so. This plugin is no longer supported by the creator, that's why I need your help and knowledge.
plugin here
Everything is working very well except one little detail.
If I'm using the spell as my first spell, it doesn't trigger on the selected target but seems like to be on the last enemy or the default target at the start of the battle.
As a second (or any other round) spell during the battle, there is no problem anymore.
If it can help, I have the "Remember last action" enable and it doesn't remember it.
My battle system is STB.
I'm using a bunch of Yanfly's and Olivia's battle plugins.
Here's my spell configuration :
Code:
SceneManager._scene.commandEnemyInfo(target);0
If anyone can help, I'd really appreciate it. It's the last blocking point to release my demo
If you need extra informations, feel free to ask.
Thank you and see you later.
PLUEVNR~