# BOT_SIM_SEND_MESSAGE

Sends a message to all avatars in a region.


:::warning
The bot must be an estate manager for this command to work.

:::

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Message to send. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_SIM_SEND_MESSAGE, "Sending this to all avatars in the region", "");
```