- Joined
- Apr 30, 2023
- Messages
- 41
- Reaction score
- 7
- First Language
- English
- Primarily Uses
- RMMV
Hello, I'm using a plugin extension made to add compatibility with Victor Sant's Throwable objects and Yanfly's BattleEngineCore + ActionSequences plugins, and for whatever reason I can't get it to work.
Please refer to this thread for further details:
VE Throwable Objects in YEP Battle Core Engine Sequences Patch
See, to my knowledge I'm following all the steps required to get it to work.
Here's what I have written in the skill notetag:
Yet every time I try to test it in-game, I always get this:

I also feel like like I should show which order I have the required plugins in:

I really don't know what's going wrong here. I don't know if I'm doing something wrong in the notetag, with the plugin order, or if it's the patch is just outdated. (I'm using MV Version 1.6.2) Any other plugins I have active Shouldn't be interfering to my knowledge, but I'm not code-savvy in the slightest, so I can't say for sure.
I'm really not sure what to do here, please help. Thank you in advance.
Please refer to this thread for further details:
VE Throwable Objects in YEP Battle Core Engine Sequences Patch
See, to my knowledge I'm following all the steps required to get it to work.
Here's what I have written in the skill notetag:
Code:
<throw object: before>
image: picture 'Weaponsprite_Spear'
</throw object>
<target action>
perform action
wait 5
throw: targets, before
wait for throw
action animation
wait for animation
action effect
</target action>
Yet every time I try to test it in-game, I always get this:

I also feel like like I should show which order I have the required plugins in:

I really don't know what's going wrong here. I don't know if I'm doing something wrong in the notetag, with the plugin order, or if it's the patch is just outdated. (I'm using MV Version 1.6.2) Any other plugins I have active Shouldn't be interfering to my knowledge, but I'm not code-savvy in the slightest, so I can't say for sure.
I'm really not sure what to do here, please help. Thank you in advance.