Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Commands: 2050 - Call Movement Action #3111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2024

  1. Call Movement Action

    `@raw 2050, "SetMoveSpeed", 0, 10001, 1, 3`
    @2050("typeOfAction",[targetIsVar,target, parameterIsvar, parameter])
    
    ```js
    @raw 2051, "", 0, 10001 //Wait for Single Movement
    @raw 20140, "Fails to move x times", 8 // start fail branch
    @raw 10 //empty space for more cmds
    @raw 20141 // end of fail branch
    ```
    Ghabry committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    efbdc2b View commit details
    Browse the repository at this point in the history
  2. FaceTowards, FaceAway, JumpTo And SetAnimationType Commands

    ```js
    @raw 2050, "FaceTowards", eventAIsVar,eventA, eventBisVar, eventB
    ```
    ```js
    @raw 2050, "FaceAway", eventAIsVar,eventA, eventBisVar, eventB
    ```
    Ghabry committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    16128f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875e012 View commit details
    Browse the repository at this point in the history