I'm not sure if anyone will be able to help due to the plugin I'm using here, but I'm at my wits end trying to figure this out. basically I'm using this plugin...
https://raw.githubusercontent.com/futokoro/RPGMaker/master/FTKR_AlternatingTurnBattle.js
it makes it so turns alternate between you and the enemy. the ONLY issue I'm having is that I'm also using Yanfly's Battle Engine Core...
http://www.yanfly.moe/wiki/Battle_Engine_Core_(YEP)
These actually work just fine in every regard, except force actions. I even looked through the two plugins and it "looks" like this was taken into account, but it still throws this error whenever I use a force action with someone.
So I'm curious if there's anyway to fix this. I've tried numerous things and I either get the force action constantly repeated at the end of the turn, or it never goes to the enemy's turn. I don't quite know enough about how turns/actions work to figure this out on my own, so any help is definitely appreciated.