Description
Bans or unbans sprinting on the specified character. When banned, the character is
prevented from sprinting entirely. S1 controls the ban state: set to "False" to
lift the ban; any other value (or empty) activates the ban.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to apply the sprint ban to (Self or Target). |
| S1 | Set to "False" to unban sprinting; leave empty or any other value to ban. |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Ban Self from sprinting | Self | BanSprint | |
| Unban Self to allow sprinting | Self | BanSprint | False |
| Ban Target from sprinting | Target | BanSprint | |