# group

This condition will only fire when you're in a party or raid.

## Parameters

May take one of the following parameters:

* party - You must be in a party
* raid - You must be in a raid

## Examples

```lua
/cast [group:party] Arcane Brilliance; [group:raid] Arcane Intellect
```

This macro will cast Arcane Brilliance when you are in a party. It will cast Arcane Intellect instead when you are in a raid.
