yami-engine-delta
yami-engine-delta copied to clipboard
Not working properly?
Hi Yami,
I'm using Yanfly's plugins (not all, but 90% of them) and I tried to use your SideviewBattler plugin. I'm trying to do a custom motion in loop, that's the whole reason of this bug report.
I could reach 2 issues:
1 - Yanfly's Animated Enemies look for the sprites in sv_actors folder and your plugin in sv_enemies. This will cause an error obviously.
2 - After moving the sprite to sv_enemies because of the above, an error pops up at line 975 of your plugin:
`Cannot read property 'index' of undefined'
https://puu.sh/sIQpL/107c16bc27.png
The line itself is pointing to a function, getCurrentMotion() that is returning undefined. After debugging for a while, what I discovered is that the function getSideviewMotions() (plural) is returning an object with nothing inside. Also, up there in getSideviewBattler() function, the object motions is always empty.