Heyo. Anyone familiar with Akea’s Animated Battle System 2? Mine keeps crashing when I try and assign actions to weapons. I am sure I missed something in the set up, but I can’t seem to find it. I’ll keep chugging through in the meanwhile, but if someone spots something or has an idea of where to look it would be appreciated.
The stack bottoms out at JSON.parse inside addAkeaSkillActions, which is the plugin taking the id from your note and looking it up in the Actions list. That points at the lookup coming back empty rather than anything about the weapon itself.
Can you scroll the console up a line and post the actual error text sitting above the stack? Something like “undefined is not valid JSON” or the old “unexpected token u” means the id matched nothing, while “unexpected end of JSON input” would point at a bad entry in the Actions list instead. Those two go in pretty different directions.
In the meantime it’s worth trying the notetag on a single line, which is how the setup guide writes it:
<akeaActions> id: load attack </akeaActions>
I’m wondering if the line breaks in yours are ending up as part of the id, which would make the lookup miss even though “load attack” is right there in the list.
If that isn’t it, try swapping the id for one of the entries you didn’t make yourself, like physical attack, just to see whether it crashes on any id or only that one.
Thank you! I redid all the set up and it is no longer crashing, but now it is just not calling any attack animation at all, which is harder to pinpoint the issue for since there is no crash. I’m pretty new at this: any suggestions as to how to pinpoint where something is going wrong?
NVM! Fixed it! I had a typo in the weapons notes.





