yami-engine-delta icon indicating copy to clipboard operation
yami-engine-delta copied to clipboard

Not working properly?

Open bsides opened this issue 8 years ago • 0 comments

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.

bsides avatar Dec 08 '16 22:12 bsides