# BOT_FRIENDSHIP_CAN_EDIT

Commands bot to control a friend's ability to edit or take objects owned by the bot.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | `"1"` = Allow<br>`"0"` = Revoke |
| `id`     | UUID of the friend. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_FRIENDSHIP_CAN_EDIT, "1", "d11fa786-c342-4785-8e1b-ac70a17a9aac");
```