# BOT_GIVE_MONEY

Commands bot to give money to the specified avatar UUID.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Amount to pay. |
| `id`     | UUID of the receiver. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GIVE_MONEY, "1", "uuid goes here");
```