Pre-made Yanfly basic action sequence problem

● ARCHIVED · READ-ONLY
Started by El_Mega 3 posts View original ↗
  1. Hi everyone,

    I just added this attack action sequence pack:

    Skill #1 will be used when you select

    the Attack command.

    <setup action>

    display action

    immortal: targets, true

    </setup action>

    <target action>

    if user.attackMotion() !== ‘missile’

    move user: targets, front, 20

    else

    perform start

    end

    zoom: 120%, 20

    camera screen: target, front center, 20

    camera focus: target, front center, 20

    wait for movement

    motion attack: user

    wait: 10

    attack animation: target

    wait for animation

    action effect

    </target action>


    My player does not move when I click attack. Anyone help?

    Thanks!
  2. show us a screenshot of your plugin manager and tell us the version number of your project's rpg_core.js file (open with text editor).
    Then we can check if you made a mistake when installing the plugins.