> 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

AN\_SetMovementMode

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="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2FYo5v3OdMnRaX0G9xZZaq%2Fimage.png?alt=media&amp;token=61578e9f-3690-4683-a0d9-21eee9e56c5b" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3303637552-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAGs3il6rJbkejwPOlEP%2Fuploads%2F6ZMjfeeI0Szf3Wc3tor4%2Fimage.png?alt=media&amp;token=ab8e9e44-1a4d-4ede-861f-15d36e0f6624" alt=""><figcaption></figcaption></figure>
