- Joined
- Feb 21, 2022
- Messages
- 50
- Reaction score
- 29
- First Language
- English
- Primarily Uses
- RMMV
I'm currently using a combination of Yanfly's Target Core, Selection Control, Row Formation, and Action Sequence plugins to try to create a skill that, when used, can only select enemies in the front row. However, after the skill hits the initial target, the effect then jumps to all enemies in the row behind them.
I've run into two problems with implementing this, and I'd appreciate advice on how to solve either or both of them.
Problem number one is the limited selection. I can use Selection Control to implement restrictions on who can be selected as a target when using the skill; however, doing so also affects who the skill can "splash" to behind the scenes using Target Core. If I limit the initial target to the front row, subsequent rows are unaffected by the skill no matter what I do.
Problem number two is the timing of effects. Ideally, I would like to have the attack first target just the front row target, then splash simultaneously onto all second row targets. However, this is proving difficult as 1.) action sequences execute whole actions before target actions, the reverse of what it seems I'd need, and 2.) as the targeting parameters seem to be locked in once the skill starts to execute, I don't know of any way to remove the initial target from the effects of the splash.
Once again, I appreciate any advice people can offer me on this matter.
I've run into two problems with implementing this, and I'd appreciate advice on how to solve either or both of them.
Problem number one is the limited selection. I can use Selection Control to implement restrictions on who can be selected as a target when using the skill; however, doing so also affects who the skill can "splash" to behind the scenes using Target Core. If I limit the initial target to the front row, subsequent rows are unaffected by the skill no matter what I do.
Problem number two is the timing of effects. Ideally, I would like to have the attack first target just the front row target, then splash simultaneously onto all second row targets. However, this is proving difficult as 1.) action sequences execute whole actions before target actions, the reverse of what it seems I'd need, and 2.) as the targeting parameters seem to be locked in once the skill starts to execute, I don't know of any way to remove the initial target from the effects of the splash.
Once again, I appreciate any advice people can offer me on this matter.