Template:LSL Constants/ExecCharacterCmd: Difference between revisions
Jump to navigation
Jump to search
Myopic Mole (talk | contribs) m moved Template:LSL Constants/ExecPathingCmd to Template:LSL Constants/ExecCharacterCmd: incorrect name fix |
Myopic Mole (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
|0x0 | |0x0 | ||
|Stops any current pathfinding operation. | |Stops any current pathfinding operation. | ||
|- | |||
|CHARACTER_JUMP_CMD | |||
|0x1 | |||
|Makes the character jump. | |||
|} | |} | ||
Revision as of 12:38, 16 February 2012
| Command | Value | Description |
|---|---|---|
| CHARACTER_CMD_STOP | 0x0 | Stops any current pathfinding operation. |
| CHARACTER_JUMP_CMD | 0x1 | Makes the character jump. |