> For the complete documentation index, see [llms.txt](https://soulslike-framework.isik.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/set-movement-mode-notify.md).

# Set Movement Mode Notify

This notify can be used to adjust **Movement Mode's** of a **Character** that inherits from the **Soulslike Character** (B\_BaseCharacter) class.

**Movement Mode** consists of 3 states:

1. Walking
2. Running
3. Sprinting

The speeds related to these states are defined in the **Movement Speed Asset** that is assigned to the **Stat Manager** (AC\_StatManager) of each character:

<figure><img src="/files/xKkziit6ll9IdUGYOIBb" alt=""><figcaption></figcaption></figure>

You can easily duplicate this asset for each entity. Or you can share them as you desire.

<figure><img src="/files/zA4sAUjzkb1HqrmuLBp5" alt=""><figcaption></figcaption></figure>
