[YEP Battle Engine] - Skill animation and effect to all enemies at once? How to write?

● ARCHIVED · READ-ONLY
Started by rechronicle 3 posts View original ↗
  1. Hello!
    Having a trouble of the skill scope, I want the skill animation to show once but instead, it goes 3 times to each person. Even after I choose the scope to 'All Enemies', or even leave the note box blank.
    How to write the thing?

    The video of what I mean.


    Need help. Can't really figure it out by myself.
    Thank you!
  2. Dont know if this could help you, but that happened to me before, try changing the animation position in the database, to screen, or center.
  3. @bvlgari hey thanks for replying. Apparently, it only changes the way animation show on the game screen. Looks like the problem can be solved by changing the:
    <target action>
    code
    </target action>

    into

    <whole action>
    code
    </whole action>

    Always using the Target action all the time. Guess we need to try something more to learn more. :kaoblush: