Difference between revisions of "Template:LSL Constants/ExecCharacterCmd"
Jump to navigation
Jump to search
Myopic Mole (talk | contribs) |
|||
Line 10: | Line 10: | ||
|Stops any current pathfinding operation. | |Stops any current pathfinding operation. | ||
|- | |- | ||
| | |CHARACTER_CMD_JUMP | ||
|0x1 | |0x1 | ||
|Makes the character jump. | |Makes the character jump. | ||
|} | |} |
Revision as of 18:09, 16 February 2012
Command | Value | Description |
---|---|---|
CHARACTER_CMD_STOP | 0x0 | Stops any current pathfinding operation. |
CHARACTER_CMD_JUMP | 0x1 | Makes the character jump. |