Template:LSL Constants/ExecCharacterCmd
| Command | Value | Description |
|---|---|---|
| CHARACTER_CMD_SMOOTH_STOP | 0x2 | Stops any current pathfinding operation. |
| CHARACTER_CMD_STOP | 0x0 | Stops any current pathfinding operation. |
| CHARACTER_CMD_JUMP | 0x1 | Makes the character jump. Requires an additional parameter, the height to jump, between 0.1m and 2.0m. This must be provided as the first element of the llExecCharacterCmd option list. |