> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/chat-commands/composite-command.md).

# Composite Command

{% embed url="<https://youtu.be/3APSwGQC4nc>" %}

## Creation

To create a composite command, find (or create) the *GameName/Resources/GameName/ChatCommand* folder in the project tab and right click.  Choose *Create > AnyRPG > Chat Commands > Composite Command*.

## Properties

| Name          | Description                         |
| ------------- | ----------------------------------- |
| Chat Commands | A list of chat commands to trigger. |

## Examples

| Command     | Effect                                                                               |
| ----------- | ------------------------------------------------------------------------------------ |
| /learnwings | <p>Triggers the commands:<br>/learnability Red Wings<br>/learnability Blue Wings</p> |
| /boost      | <p>Triggers the commands:<br>/setlevel 10<br>/gaincurrency gold 100</p>              |
|             |                                                                                      |
