Template:LSL Constants/ExecCharacterCmd

From Second Life Wiki
Revision as of 08:24, 30 August 2013 by Pedro Oval (talk | contribs) (Change category from Pathfinding to LSL_Pathfinding)
Jump to navigation Jump to search
Command Value Description & Required Parameters
CHARACTER_CMD_JUMP 0x1 Makes the character jump.

The option list is required to start with a height parameter: [float height]

• float height height to jump, between 0.1m and 2.0m
CHARACTER_CMD_SMOOTH_STOP 0x2 Stops any current pathfinding operation in a smooth like fashion.
CHARACTER_CMD_STOP 0x0 Stops any current pathfinding operation.