# BOT_GIVE_INVENTORY

Commands bot to give an inventory object to a specified avatar.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | UUID of the object to give. |
| `id`     | UUID of the person to receive the object. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GIVE_INVENTORY, "object uuid", "receiver uuid");
```