Hello, I just installed Chrono Engine ABS. Everything works fine except that whenever I pressed Z for a normal attack. It somehow showed the dialogue of a NPC from another map.
So I changed the Item Id from 2 to 3. After i got a error which says: "Cannot read property 'note' of null".
It has something to do with plugin compatibility right? Or wrong order. I'll provide a screenshot.
Plugins not compatible? Or not right order?
● ARCHIVED · READ-ONLY
-
-
Within the Chrono Engine plugin, there is a reference to a tool map. By pressing Z, you are calling an Event from said tool map.
My guess is that your tool map is the one with the NPC, and the event you are calling is that NPC's. -
I don't know much about MV but it reminds me of an identical issue I had with XAS ABS on vxa (because I was a lazy pos and didn't bother to read instructions LOL), so my guess is that @boikish is 100% correct.
Just create a brand new map and be sure to set the ID of that map when you configure your plugin (you should look for something like tool map, event map, or something like that...) and you should be good to go -
That worked, thanks!