25 January 2020
The avatarzoffset command allows getting or setting the current avatar z offset.
| Command | Required Parameters | Required Corrade Permissions | Example | 
|---|---|---|---|
| avatarzoffset | group,password,action | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "avatarzoffset", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "set", "offset", "2.0", "callback", wasURLEscape(callback) ] ) ); | 
| Parameter | Possible Value | Second Parameter | Possible Value | Description | 
|---|---|---|---|---|
| action | get | Get the current avatar hover offset. | ||
| set | offset | A value usually in the range ![Math $[-2, 2]$](/lib/exe/fetch.php?media=wiki:latex:/img4bb9a5f870aaa7f7299e36a38f7b8a4b.png) representing the offset in meters from the ground. | Set the avatar hover offset. |