4 November 2015
deanimate
optional parameter that stops all animations before the command executes.10 October 2015
offset
parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.sit (Commands) | |
---|---|
Type | Corrade progressive command |
Command | sit |
Description | The sit command can be used to make Corrade sit on an object. |
Permissions | movement |
Parameters | group , password , item |
Last Changes | Release 9.29 - added the optional offset parameter. |
The sit
command can be used to make Corrade sit on an object. If the object that Corrade sits on also triggers an animation, then Corrade will accept that animation.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
sit | group , password , item | movement | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "sit", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // closest object named Chair // "item", llGetKey() to sit // on this primitive "item", "Chair", // 5 meters "range", "5" ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |
offset | An LSL Vector3. | The sit offset to use. |
deanimate | True or False | Stop all non-Linden animations before executing the command. |
item
can be the name of an object or the UUID
of an object.