- Joined
- Mar 24, 2018
- Messages
- 14
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
VictorEngine.CooperationSkills.performActionEndWindowBattleLog
It's not the plugin order. I've tried loading it into a blank project with no other plugins and still get the same error. I've also insalled all the plugins asked for on the download page.Looks like wrong plugin order. VE has the list of dependencies written in each plugin's help file. Another option could be an incompatibility with your current engine version.
I made a bug report though he doesn't seem that active from what I can see on his site.I just took a quick look through every MV Plugin Victor has listed on his website and the function "performActionEndWindowBattleLog" is never defined, although it's called on line 1207 of the Cooperation Skills Plugin. The error you're experiencing is because that function is never defined.
You might want to reach out to Victor and report it as an issue and see what his response is.
I made a bug report though he doesn't seem that active from what I can see on his site.
// VictorEngine.CooperationSkills.performActionEndWindowBattleLog.call(object, member, action);
VictorEngine.CooperationSkills.performActionEnd.call(object, member, action);
//if (this.objectSelection(index, ['skill'])) {
if (this.objectSelection(index, ['skill', 'item'])) {