# BOT_ATTACHMENT_OBJECT

Commands bot to touch an object currently being worn.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Name of the attachment. |
| `id`     | Link number to touch. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_ATTACHMENT_OBJECT, "HUD", "0");
```