Difference between revisions of "Template:LSL Constants/ExecCharacterCmd"
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) |
||
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 11:38, 16 February 2012
Command | Value | Description |
---|---|---|
CHARACTER_CMD_STOP | 0x0 | Stops any current pathfinding operation. |
CHARACTER_JUMP_CMD | 0x1 | Makes the character jump. |